From 2607e5b5a14a6d73e30ad99c2a00cf5d816cdca9 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 10 Jul 2018 11:01:52 +0200 Subject: [PATCH] ContentVariation is not a Flag enum --- src/Umbraco.Core/Models/ContentVariation.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Core/Models/ContentVariation.cs b/src/Umbraco.Core/Models/ContentVariation.cs index 486f0e54f2..c122f0b114 100644 --- a/src/Umbraco.Core/Models/ContentVariation.cs +++ b/src/Umbraco.Core/Models/ContentVariation.cs @@ -11,7 +11,6 @@ namespace Umbraco.Core.Models /// be available or not, and published or not, individually. Varying by segment /// is a property-level thing. /// - [Flags] public enum ContentVariation : byte { ///