Merge pull request #6019 from umbraco/v8/bugfix/pending-changes-issue

v8 Changing a property type from invariant to variant and back again causes issues with reporting that a document is edited or not
This commit is contained in:
Bjarke Berg
2019-08-06 09:09:12 +02:00
committed by GitHub
22 changed files with 898 additions and 612 deletions

View File

@@ -101,7 +101,7 @@ namespace Umbraco.Core.Models
PropertyGroupCollection PropertyGroups { get; set; }
/// <summary>
/// Gets all local property types belonging to a group, across all local property groups.
/// Gets all local property types all local property groups or ungrouped.
/// </summary>
IEnumerable<PropertyType> PropertyTypes { get; }