Converts FeatureAuthorize to authz policy

This commit is contained in:
Shannon
2020-11-20 12:40:29 +11:00
parent f32399292e
commit e7b4c5a811
54 changed files with 135 additions and 107 deletions

View File

@@ -9,10 +9,10 @@ using Umbraco.Core;
using Umbraco.Core.Mapping;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Web.BackOffice.Authorization;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Common.ActionsResults;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Common.Authorization;
using Umbraco.Web.Editors;
using Umbraco.Web.Models.ContentEditing;
using Constants = Umbraco.Core.Constants;