fix: remove view events menu option for users without permission, refs PM-7024 (#9355)
This commit is contained in:
parent
e14e2627ad
commit
e47f83db80
|
@ -62,7 +62,7 @@
|
|||
[showPremiumFeatures]="organization?.useTotp"
|
||||
[showBulkMove]="false"
|
||||
[showBulkTrashOptions]="filter.type === 'trash'"
|
||||
[useEvents]="organization?.useEvents"
|
||||
[useEvents]="organization?.canAccessEventLogs"
|
||||
[showAdminActions]="true"
|
||||
(onEvent)="onVaultItemsEvent($event)"
|
||||
[showBulkEditCollectionAccess]="organization?.flexibleCollections"
|
||||
|
|
Loading…
Reference in New Issue