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