This commit is contained in:
2020-11-25 19:39:19 +00:00
parent ec10f44135
commit c93c2bcf56

View File

@@ -538,14 +538,14 @@ namespace AyaNova.PlugIn.V8
if (!string.IsNullOrEmpty(NonFileUrls))
{
//need to repost the user with the notes modified
d.login = null;
d.password = null;
d.notes = NonFileUrls + "\n-----------------\n" + d.notes;
repost = true;
}
if (repost)
await util.PutAsync("user/" + RavenId.ToString(), d.ToString());
await util.PutAsync("user", d.ToString());
//-----
}
@@ -710,7 +710,7 @@ namespace AyaNova.PlugIn.V8
repost = true;
}
if (repost)
await util.PutAsync("customer/", d.ToString());
await util.PutAsync("customer", d.ToString());
//-----
//Event log fixup