This commit is contained in:
@@ -504,24 +504,21 @@ namespace AyaNova.PlugIn.V8
|
|||||||
dynamic d = new JObject();
|
dynamic d = new JObject();
|
||||||
dynamic dmemo = new JObject();
|
dynamic dmemo = new JObject();
|
||||||
dynamic duserid = new JArray();
|
dynamic duserid = new JArray();
|
||||||
|
|
||||||
dmemo.fromId = 1;
|
dmemo.fromId = 1;
|
||||||
dmemo.toId = 1;
|
dmemo.toId = 1;
|
||||||
dmemo.name = "V8 Migrate - post migrate log and instructions";
|
dmemo.name = "V8 Migrate - post migrate log and instructions";
|
||||||
dmemo.notes = "Hello, this is an automated memo from the v8 migrate utility.\n\nHelpful information:\n\nChanges in AyaNova 8 for users:\n"
|
dmemo.notes = "Hello, this is an automated memo from the v8 migrate utility.\n\n"
|
||||||
+ util.ApiBaseUrl
|
+ "Helpful information:\n\nChanges in AyaNova 8 for users:\n"
|
||||||
+ "docs/ay-start-changes-from-v7/\n\nTechnical changes in AyaNova 8 for system administrators:\n"
|
+ "https://test.helloayanova.com/docs/ay-start-changes-from-v7/\n\nTechnical changes in AyaNova 8 for system administrators:\n"
|
||||||
+ util.ApiBaseUrl
|
+ "https://test.helloayanova.com/docs/ops-technical-changes-from-v7/\n\nImporting guide and recommended post import steps:\n"
|
||||||
+ "docs/ops-technical-changes-from-v7/\n\nImporting guide and recommended post import steps:\n"
|
+ "https://test.helloayanova.com/docs/ay-biz-admin-import-v7/\n\n\nLog:\n"
|
||||||
+ util.ApiBaseUrl
|
+ "######## V8 Migrate log ########\n"
|
||||||
+ "docs/ay-biz-admin-import-v7/\n\n\nLog:\n######## V8 Migrate log ########\n"
|
|
||||||
+ progress.AllText
|
+ progress.AllText
|
||||||
+ "\n################################\n";
|
+ "\n################################\n";
|
||||||
dmemo.replied = false;
|
dmemo.replied = false;
|
||||||
dmemo.sent = util.DateToV8(DateTime.UtcNow.ToString("o", System.Globalization.CultureInfo.InvariantCulture));
|
dmemo.sent = util.DateToV8(DateTime.UtcNow.ToString("o", System.Globalization.CultureInfo.InvariantCulture));
|
||||||
dmemo.viewed = false;
|
dmemo.viewed = false; duserid.Add(-7);//special code to server to treat as an import single
|
||||||
|
|
||||||
duserid.Add(-7);//special code to server to treat as an import single
|
|
||||||
d.users = duserid;
|
d.users = duserid;
|
||||||
d.memo = dmemo;
|
d.memo = dmemo;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user