This commit is contained in:
@@ -410,8 +410,9 @@ namespace AyaNova.PlugIn.V8
|
||||
progress.Append("Exporting data to AyaNova server @ " + util.ApiBaseUrl);
|
||||
progress.Append(util.PRE_RELEASE_VERSION_STRING);
|
||||
progress.Append("Option HTTP Timeout: " + util.HTTPCLIENT_TIMEOUT_SECONDS);
|
||||
progress.Append("Option Migrate tag: [" + ImportTag + "]");
|
||||
progress.Append("Option PartNumber format: " + (PartNumberNameCombined ? "COMBINED" : "SPLIT"));
|
||||
progress.Append("Option Migrate assigned docs: " + ExportAssignedDocs.ToString() + "");
|
||||
progress.Append("Option Migrate tag: \"" + ImportTag + "\"");
|
||||
progress.Append("Option PartNumber format: " + (PartNumberNameCombined ? "COMBINED" : "SEPARATE"));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user