Replies: 2 comments 8 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
@BlackDex : could you please provide your input on this (especially why "limitCollectionDeletion" is hardcoded to true)? if i'm interpreting the bitwarden client code correctly, this little change would allow much more flexibility with less privileged users. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Any user with the Custom/Manager role is allowed to create a new collection, but unless they also have the "manage all collections" sub-role, they won't be able to delete their own collections. This seems to be a limitation of the frontend only - calling
DELETEon/api/organizations/<uuid>/collections/<uuid>(with the correct bearer token) works. But there is no button in the UI that allows a non-all manager to trigger it.There are two places in the web vault where collections should be able to get deleted
/#/vault?collectionId=<uuid>), there is a drop-down menu next to the collection title/#/vault?collectionId=all), after bulk-selecting collectionsHow does the UI decide whether or not to display a delete icon / attempt to delete selected collections? Is it possible for Vaultwarden to override this piece of information?
Beta Was this translation helpful? Give feedback.
All reactions