This commit is contained in:
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.6.1-alpha.137"; }
|
||||
get { return "7.6.1-alpha.139"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
@@ -409,7 +409,11 @@ namespace AyaNova.PlugIn.V8
|
||||
progress.StartedImport();
|
||||
progress.Append("Exporting data to AyaNova server @ " + util.ApiBaseUrl);
|
||||
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;
|
||||
try
|
||||
@@ -5366,8 +5370,12 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
s = s.Replace("PopUpNotes", "AlertNotes");
|
||||
|
||||
// s = s.Replace("PartName", "PartDescription");
|
||||
s = s.Replace("PartPartNumber", "PartName");
|
||||
|
||||
|
||||
//FUTURE
|
||||
// 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