This commit is contained in:
@@ -538,14 +538,14 @@ namespace AyaNova.PlugIn.V8
|
|||||||
if (!string.IsNullOrEmpty(NonFileUrls))
|
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.login = null;
|
||||||
d.password = null;
|
d.password = null;
|
||||||
d.notes = NonFileUrls + "\n-----------------\n" + d.notes;
|
d.notes = NonFileUrls + "\n-----------------\n" + d.notes;
|
||||||
repost = true;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
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;
|
repost = true;
|
||||||
}
|
}
|
||||||
if (repost)
|
if (repost)
|
||||||
await util.PutAsync("customer/", d.ToString());
|
await util.PutAsync("customer", d.ToString());
|
||||||
//-----
|
//-----
|
||||||
|
|
||||||
//Event log fixup
|
//Event log fixup
|
||||||
|
|||||||
Reference in New Issue
Block a user