mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
fix: remove view events menu option for users without permission, refs PM-7024 (#9355)
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
[showPremiumFeatures]="organization?.useTotp"
|
[showPremiumFeatures]="organization?.useTotp"
|
||||||
[showBulkMove]="false"
|
[showBulkMove]="false"
|
||||||
[showBulkTrashOptions]="filter.type === 'trash'"
|
[showBulkTrashOptions]="filter.type === 'trash'"
|
||||||
[useEvents]="organization?.useEvents"
|
[useEvents]="organization?.canAccessEventLogs"
|
||||||
[showAdminActions]="true"
|
[showAdminActions]="true"
|
||||||
(onEvent)="onVaultItemsEvent($event)"
|
(onEvent)="onVaultItemsEvent($event)"
|
||||||
[showBulkEditCollectionAccess]="organization?.flexibleCollections"
|
[showBulkEditCollectionAccess]="organization?.flexibleCollections"
|
||||||
|
|||||||
Reference in New Issue
Block a user