This commit is contained in:
2020-05-08 20:47:35 +00:00
parent 4f6f383cef
commit eb5ec83ad9
3 changed files with 13 additions and 22 deletions

View File

@@ -1403,10 +1403,10 @@ namespace AyaNova.PlugIn.V8
string NonFileUrls = await ExportDocs(ObjectTID, c.Docs, progress, util.AyaType.WorkOrder);
if (!string.IsNullOrEmpty(NonFileUrls))
{
//need to repost the user with the notes modified
////need to repost the user with the notes modified
d.login = null;
d.password = null;
//d.login = null;
//d.password = null;
d.notes = NonFileUrls + "\n-----------------\n" + d.notes;
repost = true;
}
@@ -1489,8 +1489,8 @@ namespace AyaNova.PlugIn.V8
{
//need to repost the user with the notes modified
d.login = null;
d.password = null;
//d.login = null;
//d.password = null;
d.notes = NonFileUrls + "\n-----------------\n" + d.notes;
repost = true;
}
@@ -1573,8 +1573,8 @@ namespace AyaNova.PlugIn.V8
{
//need to repost the user with the notes modified
d.login = null;
d.password = null;
//d.login = null;
//d.password = null;
d.notes = NonFileUrls + "\n-----------------\n" + d.notes;
repost = true;
}