Merge pull request #2046 from umbraco/temp-U4-10075
U4-10075 Inherited permissions for content nodes
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user