This commit is contained in:
@@ -374,7 +374,7 @@ namespace AyaNova.PlugIn.V8
|
||||
Tagit(c.DispatchZoneID, tags);
|
||||
SetTags(d, tags);
|
||||
|
||||
var a=await util.PostAsync("User", d.ToString());
|
||||
var a = await util.PostAsync("User", d.ToString());
|
||||
long RavenId = util.IdFromResponse(a);
|
||||
Map.Add(c.ID, RavenId);
|
||||
|
||||
@@ -388,11 +388,13 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
util.PutAsync("UserOptions/" + RavenId.ToString(), d.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//EVENT LOG
|
||||
|
||||
|
||||
//Because this is the User's we need to do the event log *after* they have all been posted as event log requires all user's id
|
||||
foreach (UserPickList.UserPickListInfo i in pl)
|
||||
{
|
||||
}
|
||||
//todo fixup post import
|
||||
progress.Append("TODO: User, fixup translationID, headofficeid, clientid vendorid, phone1, phone2, pagermaxtext");
|
||||
|
||||
Reference in New Issue
Block a user