mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Organization Vault does not show unassigned ciphers under "Unassigned" #2411
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 @mprasil on GitHub.
In the Organization Vault, all the ciphers that have no
Collectionassigned do not show underUnassignedsection. The ciphers are only visible under "All items". From what I can see the API correctly returns such ciphers withCollectionIdsset to[]and when editing the collections assignment, Vault correctly displays that cipher is in no collection, it's just that filtering misbehaves for some reason.Could be that the upstream API actually returns
Nullinstead of[]or there is some extra field indicating no collection assignment, that we don't send?@dani-garcia commented on GitHub:
I just tried this and I can't reproduce it. The official API returns [] like us, and in my testing it seems to work fine (the ciphers appear both in All items and unassigned). Can you find a simple example where the problem occurs?
@mprasil commented on GitHub:
I'm just testing it now and it seems like that might have been issue with Vault
1.24.0, I can't reproduce this in1.26.0so I'm going to close this one.