This commit is contained in:
@@ -1030,6 +1030,10 @@ namespace AyaNova.PlugIn.V8
|
|||||||
TagFromv7Guid(cn.ClientNoteTypeID, tags);
|
TagFromv7Guid(cn.ClientNoteTypeID, tags);
|
||||||
SetTags(d, tags);
|
SetTags(d, tags);
|
||||||
await util.PostAsync("customer-note", d.ToString());
|
await util.PostAsync("customer-note", d.ToString());
|
||||||
|
//Event log fixup
|
||||||
|
await util.EventLog(util.AyaType.ClientNote, RavenId, SafeGetUserMap(c.Creator), SafeGetUserMap(c.Modifier), c.Created, c.Modified);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
//----------------------------------
|
//----------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user