This commit is contained in:
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public string PluginVersion
|
public string PluginVersion
|
||||||
{
|
{
|
||||||
get { return "7.6.1-alpha.137"; }
|
get { return "7.6.1-alpha.139"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string About
|
public string About
|
||||||
@@ -409,7 +409,11 @@ namespace AyaNova.PlugIn.V8
|
|||||||
progress.StartedImport();
|
progress.StartedImport();
|
||||||
progress.Append("Exporting data to AyaNova server @ " + util.ApiBaseUrl);
|
progress.Append("Exporting data to AyaNova server @ " + util.ApiBaseUrl);
|
||||||
progress.Append(util.PRE_RELEASE_VERSION_STRING);
|
progress.Append(util.PRE_RELEASE_VERSION_STRING);
|
||||||
progress.Append("HTTP Timeout: " + util.HTTPCLIENT_TIMEOUT_SECONDS);
|
progress.Append("Option HTTP Timeout: " + util.HTTPCLIENT_TIMEOUT_SECONDS);
|
||||||
|
progress.Append("Option Migrate tag: [" + ImportTag + "]");
|
||||||
|
progress.Append("Option PartNumber format: " + (PartNumberNameCombined ? "COMBINED" : "SPLIT"));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Exception ExceptionDuringMigrate = null;
|
Exception ExceptionDuringMigrate = null;
|
||||||
try
|
try
|
||||||
@@ -5366,8 +5370,12 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
s = s.Replace("PopUpNotes", "AlertNotes");
|
s = s.Replace("PopUpNotes", "AlertNotes");
|
||||||
|
|
||||||
|
// s = s.Replace("PartName", "PartDescription");
|
||||||
|
s = s.Replace("PartPartNumber", "PartName");
|
||||||
|
|
||||||
|
|
||||||
//FUTURE
|
//FUTURE
|
||||||
// s = s.Replace("WASXXX", "NOWXXXX");
|
//
|
||||||
// s = s.Replace("WASXXX", "NOWXXXX");
|
// s = s.Replace("WASXXX", "NOWXXXX");
|
||||||
// s = s.Replace("WASXXX", "NOWXXXX");
|
// s = s.Replace("WASXXX", "NOWXXXX");
|
||||||
// s = s.Replace("WASXXX", "NOWXXXX");
|
// s = s.Replace("WASXXX", "NOWXXXX");
|
||||||
|
|||||||
Reference in New Issue
Block a user