This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user