This commit is contained in:
@@ -414,7 +414,7 @@ namespace AyaNova
|
|||||||
// ******************** TESTING WIPE DB *****************************
|
// ******************** TESTING WIPE DB *****************************
|
||||||
//
|
//
|
||||||
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
|
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
|
||||||
var TESTING_REFRESH_DB = false;//#######################################################################################
|
var TESTING_REFRESH_DB = true;//#######################################################################################
|
||||||
|
|
||||||
#if (DEBUG)
|
#if (DEBUG)
|
||||||
|
|
||||||
@@ -455,7 +455,7 @@ namespace AyaNova
|
|||||||
{
|
{
|
||||||
AyaNova.Core.License.FetchKeyAsync(apiServerState, dbContext, _newLog).Wait();
|
AyaNova.Core.License.FetchKeyAsync(apiServerState, dbContext, _newLog).Wait();
|
||||||
//NOTE: For unit testing make sure the time zone in util is set to the same figure as here to ensure list filter by date tests will work because server is on same page as user in terms of time
|
//NOTE: For unit testing make sure the time zone in util is set to the same figure as here to ensure list filter by date tests will work because server is on same page as user in terms of time
|
||||||
Util.Seeder.SeedDatabaseAsync(Util.Seeder.SeedLevel.LargeCorporateMultiRegionalTrialDataSet, -7).Wait();//#############################################################################################
|
Util.Seeder.SeedDatabaseAsync(Util.Seeder.SeedLevel.MediumLocalServiceCompanyTrialDataSet, -7).Wait();//#############################################################################################
|
||||||
}
|
}
|
||||||
//TESTING
|
//TESTING
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1543,6 +1543,7 @@
|
|||||||
"WidgetCustom16": "Angepasstes Feld 16",
|
"WidgetCustom16": "Angepasstes Feld 16",
|
||||||
"RowsPerPage":"Zeilen pro Seite",
|
"RowsPerPage":"Zeilen pro Seite",
|
||||||
"PageOfPageText":"{0}-{1} von {2}",
|
"PageOfPageText":"{0}-{1} von {2}",
|
||||||
|
"Loading":"Wird geladen...",
|
||||||
"Tags":"Kategorien",
|
"Tags":"Kategorien",
|
||||||
"UserTypesSubContractor": "Subunternehmer",
|
"UserTypesSubContractor": "Subunternehmer",
|
||||||
"AuthorizationRoles":"Autorisierungsrollen",
|
"AuthorizationRoles":"Autorisierungsrollen",
|
||||||
|
|||||||
@@ -1542,6 +1542,7 @@
|
|||||||
"WidgetCustom16": "Custom16",
|
"WidgetCustom16": "Custom16",
|
||||||
"RowsPerPage":"Rows per page",
|
"RowsPerPage":"Rows per page",
|
||||||
"PageOfPageText":"{0}-{1} of {2}",
|
"PageOfPageText":"{0}-{1} of {2}",
|
||||||
|
"Loading":"Loading...",
|
||||||
"Tags":"Tags",
|
"Tags":"Tags",
|
||||||
"UserTypesSubContractor": "SubContractor user",
|
"UserTypesSubContractor": "SubContractor user",
|
||||||
"AuthorizationRoles":"Authorization roles",
|
"AuthorizationRoles":"Authorization roles",
|
||||||
|
|||||||
@@ -1543,6 +1543,7 @@
|
|||||||
"WidgetCustom16": "Campo personalizado 16",
|
"WidgetCustom16": "Campo personalizado 16",
|
||||||
"RowsPerPage":"Filas por página",
|
"RowsPerPage":"Filas por página",
|
||||||
"PageOfPageText":"{0}-{1} de {2}",
|
"PageOfPageText":"{0}-{1} de {2}",
|
||||||
|
"Loading":"Cargando...",
|
||||||
"Tags":"Etiquetas",
|
"Tags":"Etiquetas",
|
||||||
"UserTypesSubContractor": "Subcontratista",
|
"UserTypesSubContractor": "Subcontratista",
|
||||||
"AuthorizationRoles":"Roles de autorización",
|
"AuthorizationRoles":"Roles de autorización",
|
||||||
|
|||||||
@@ -1542,6 +1542,7 @@
|
|||||||
"WidgetCustom16": "Champ personnalisé 16",
|
"WidgetCustom16": "Champ personnalisé 16",
|
||||||
"RowsPerPage": "Lignes par page",
|
"RowsPerPage": "Lignes par page",
|
||||||
"PageOfPageText":"{0}-{1} sur {2}",
|
"PageOfPageText":"{0}-{1} sur {2}",
|
||||||
|
"Loading":"Chargement...",
|
||||||
"Tags": "Balises",
|
"Tags": "Balises",
|
||||||
"UserTypesSubContractor": "Sous-traitant",
|
"UserTypesSubContractor": "Sous-traitant",
|
||||||
"AuthorizationRoles":"Rôles d'autorisation",
|
"AuthorizationRoles":"Rôles d'autorisation",
|
||||||
|
|||||||
Reference in New Issue
Block a user