This commit is contained in:
@@ -359,7 +359,7 @@ namespace AyaNova
|
||||
// ******************** TESTING WIPE DB *****************************
|
||||
//
|
||||
//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)
|
||||
//TESTING
|
||||
|
||||
@@ -86,6 +86,9 @@ namespace AyaNova.Biz
|
||||
|
||||
//Pass off the JSON data from the import file into the import job item by item
|
||||
|
||||
//USERS - Import first so all other objects can be properly attributed in event log
|
||||
|
||||
|
||||
//IMPORT REGIONS AS TAGS
|
||||
await DoImport("GZTW.AyaNova.BLL.Region", AyaType.Tag, job.GId, importMap, importFileName, zipEntries);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user