This commit is contained in:
2020-04-28 20:51:27 +00:00
parent 03bae831c1
commit cbecd46038
2 changed files with 10 additions and 3 deletions

View File

@@ -395,6 +395,8 @@ namespace AyaNova.PlugIn.V8
//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)
{
User c = User.GetItem(i.ID);
await util.EventLog(3, Map[c.ID], Map[c.Creator], Map[c.Modifier], c.Created, c.Modified);
}
//todo fixup post import
progress.Append("TODO: User, fixup translationID, headofficeid, clientid vendorid, phone1, phone2, pagermaxtext");