1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

Revert "[PM-11200] Move delete item permission to Can Manage (#10890)" (#11155)

* Revert "[PM-11200] Move delete item permission to Can Manage (#10890)"

This reverts commit 8921230b4f.

* Removed provider access
This commit is contained in:
SmithThe4th
2024-09-19 13:27:08 -04:00
committed by GitHub
parent 01e530d02b
commit 7ae427e713
5 changed files with 8 additions and 38 deletions

View File

@@ -132,9 +132,6 @@
[collections]="allCollections"
[checked]="selection.isSelected(item)"
[canEditCipher]="canEditCipher(item.cipher) && vaultBulkManagementActionEnabled"
[canManageCollection]="
canManageCollection(item.cipher) && vaultBulkManagementActionEnabled
"
[vaultBulkManagementActionEnabled]="vaultBulkManagementActionEnabled"
(checkedToggled)="selection.toggle(item)"
(onEvent)="event($event)"