This commit is contained in:
2021-06-11 18:26:23 +00:00
parent a3933fca9b
commit eb44988f55
5 changed files with 61 additions and 60 deletions

View File

@@ -479,12 +479,14 @@ namespace AyaNova.Biz
bool isNew = currentObj == null;
Unit o = (Unit)proposedObj;
o.Name = o.Serial;
//STANDARD EVENTS FOR ALL OBJECTS
await NotifyEventHelper.ProcessStandardObjectEvents(ayaEvent, proposedObj, ct);
//SPECIFIC EVENTS FOR THIS OBJECT
Unit o = (Unit)proposedObj;
//## DELETED EVENTS
//any event added below needs to be removed, so