Removed relationship between users and applications and got back to a compiling state.

Set up editing screens for group/node permissions.
This commit is contained in:
AndyButland
2016-10-27 18:11:46 +02:00
parent cbb36a900a
commit 2d9aeb3aa1
66 changed files with 1430 additions and 1625 deletions

View File

@@ -58,6 +58,8 @@ namespace Umbraco.Core.Cache
public const string UserPermissionsCacheKey = "UmbracoUserPermissions";
public const string UserGroupPermissionsCacheKey = "UmbracoUserGroupPermissions";
[UmbracoWillObsolete("This cache key is only used for legacy business logic caching, remove in v8")]
public const string ContentTypeCacheKey = "UmbracoContentType";