fix: Deleted collections not showing in audit log
feat: Show titles of objects in audit log fix: modelId not saved with share events fix: List item squashes avatar at small screen sizes
This commit is contained in:
@ -13,7 +13,11 @@ class Event extends BaseModel {
|
||||
userId: string;
|
||||
createdAt: string;
|
||||
actor: User;
|
||||
data: { name: string, email: string };
|
||||
data: {
|
||||
name: string,
|
||||
email: string,
|
||||
title: string,
|
||||
};
|
||||
|
||||
get model() {
|
||||
return this.name.split('.')[0];
|
||||
|
Reference in New Issue
Block a user