Merge pull request #2046 from umbraco/temp-U4-10075

U4-10075 Inherited permissions for content nodes
This commit is contained in:
Shannon Deminick
2017-07-18 11:56:08 +10:00
committed by GitHub
57 changed files with 1427 additions and 1027 deletions

View File

@@ -56,7 +56,7 @@ namespace Umbraco.Web.Models.ContentEditing
/// Each char represents a button which we can then map on the front-end to the correct actions
/// </remarks>
[DataMember(Name = "allowedActions")]
public IEnumerable<char> AllowedActions { get; set; }
public IEnumerable<string> AllowedActions { get; set; }
}
}