This commit is contained in:
@@ -409,7 +409,7 @@ namespace AyaNova
|
||||
AyaNova.Core.License.Initialize(apiServerState, dbContext, _log);
|
||||
|
||||
//Ensure locales are present, not missing any keys and that there is a server default locale that exists
|
||||
LocaleBiz lb = new LocaleBiz(dbContext, 1, AuthorizationRoles.OpsAdminFull);
|
||||
LocaleBiz lb = new LocaleBiz(dbContext, 1, ServerBootConfig.AYANOVA_DEFAULT_LANGUAGE_ID, AuthorizationRoles.OpsAdminFull);
|
||||
lb.ValidateLocales();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user