Migrates remaining backofficecontroller but still a bunch of work to do , streamlines Backoffice to BackOffice (but is that what we want?)

This commit is contained in:
Shannon
2020-10-21 16:51:00 +11:00
parent e68c37dc54
commit d1b35deb43
98 changed files with 712 additions and 904 deletions

View File

@@ -95,7 +95,7 @@ namespace Umbraco.Tests.TestHelpers.ControllerTesting
var backofficeIdentity = (UmbracoBackOfficeIdentity) owinContext.Authentication.User.Identity;
var backofficeSecurity = new Mock<IBackofficeSecurity>();
var backofficeSecurity = new Mock<IBackOfficeSecurity>();
//mock CurrentUser
var groups = new List<ReadOnlyUserGroup>();