Added user permission events to document history
This commit is contained in:
@@ -6,6 +6,7 @@ export default function presentEvent(event: Event, isAdmin = false) {
|
||||
id: event.id,
|
||||
name: event.name,
|
||||
modelId: event.modelId,
|
||||
userId: event.userId,
|
||||
actorId: event.actorId,
|
||||
actorIpAddress: event.ip || undefined,
|
||||
collectionId: event.collectionId,
|
||||
|
||||
Reference in New Issue
Block a user