This commit is contained in:
@@ -131,13 +131,13 @@ namespace AyaNova.PlugIn.V8
|
||||
return;
|
||||
}
|
||||
|
||||
//#if(!DEBUG)
|
||||
#if(!DEBUG)
|
||||
if (!AyaBizUtils.AyaNovaConnectionSetting.SingleUserConnection)
|
||||
{
|
||||
MessageBox.Show("** WARNING: before proceeding ensure no other users are logged into AyaNova to ensure the integrity of your exported data. Failing to do so *will* result in damaged data. ***");
|
||||
MessageBox.Show("** WARNING: before proceeding make sure your AyaNova Generator service is STOPPED to ensure the integrity of your exported data. Failing to do so *will* result in damaged data. ***");
|
||||
}
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
util.Initialized = false;
|
||||
Auth d = new Auth();
|
||||
@@ -1605,6 +1605,10 @@ namespace AyaNova.PlugIn.V8
|
||||
foreach (PartWarehouse i in pl)
|
||||
{
|
||||
if (!progress.KeepGoing) return;
|
||||
if (i.ID == PartWarehouse.DefaultWarehouseID) {
|
||||
Addv7v8IdMap(i.ID, 1);
|
||||
continue;
|
||||
}
|
||||
List<string> tags = new List<string>();
|
||||
AddImportTag(tags);
|
||||
dynamic d = new JObject();
|
||||
|
||||
Reference in New Issue
Block a user