mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
As a user of an organization, I can't modify an item even though I have read/write access #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @janost on GitHub (Aug 30, 2018).
Reproduction steps:
Expected result:
The request succeeds and my changes have been saved, because I have read/write access to the collection where the item is shared.
Actual result:
Red error message pops up saying "You don't have permission to add cipher directly to organization".
Remarks:
The request succeeds if the user has access to all collections in the organization. ("This user can access and modify all items.")
Background:
Failing request is:
PUT https:///api/ciphers/<CIPHER_ID>
@mprasil commented on GitHub (Aug 30, 2018):
Thanks for reporting that, this bug was introduced recently and hopefully should be fixed with
d336d89.@janost commented on GitHub (Aug 30, 2018):
Awesome, thank you!
I'm going to test it and report back.
@mprasil commented on GitHub (Aug 30, 2018):
Just be aware that the PR wasn't merged yet and even after it's merged it takes about an hour to build the docker image, so if you want to test it now, you need to build your own image.
@mprasil commented on GitHub (Aug 30, 2018):
The image is now building, give it about an hour and you can test the fix @janost .
@janost commented on GitHub (Sep 3, 2018):
Seems to work great, thank you.