You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case IChildEntityAuditLogFormatter::CHILD_ENTITY_CREATION:
46
+
return"A new UserAction which owner is \"{$owner->getFullName()} ({$owner->getID()})\", with realm \"{$realm}\" and IP \"{$ip}\" was created. {$additional_info}";
47
+
case IChildEntityAuditLogFormatter::CHILD_ENTITY_UPDATE:
48
+
return"An UserAction with ID {$subject->getID()} was changed. {$additional_info}";
49
+
case IChildEntityAuditLogFormatter::CHILD_ENTITY_DELETION:
50
+
return"An UserAction with ID {$subject->getID()} which owner is \"{$owner->getFullName()} ({$owner->getID()})\", with realm \"{$realm}\" and IP \"{$ip}\" was removed";
0 commit comments