This commit is contained in:
2021-11-11 16:23:59 +01:00
parent 9ffd10af2e
commit 05a7b831bb
6 changed files with 35 additions and 3 deletions
+3
View File
@@ -69,6 +69,7 @@ namespace zero.Web
config.AppId = Context.AppId;
//config.SharedAppId = Constants.Database.SharedAppId; // TODO appx
config.Icons = CreateIconSets();
config.MultiApps = Options.Applications.EnableMultiple;
BackofficeUser user = await AuthenticationApi.GetUser();
@@ -451,6 +452,8 @@ namespace zero.Web
public string AppId { get; set; }
public bool MultiApps { get; set; }
public UserEditModel User { get; set; }
public IList<ZeroVueSection> Sections { get; set; } = new List<ZeroVueSection>();