Originally created by @mprasil on GitHub (May 16, 2018).
In the Organization Vault, all the ciphers that have no Collection assigned do not show under Unassigned section. The ciphers are only visible under "All items". From what I can see the API correctly returns such ciphers with CollectionIds set 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 Null instead of [] or there is some extra field indicating no collection assignment, that we don't send?
Originally created by @mprasil on GitHub (May 16, 2018).
In the Organization Vault, all the ciphers that have no `Collection` assigned do not show under `Unassigned` section. The ciphers are only visible under "All items". From what I can see the API correctly returns such ciphers with `CollectionIds` set 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 `Null` instead of `[]` or there is some extra field indicating no collection assignment, that we don't send?
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?
@dani-garcia commented on GitHub (May 19, 2018):
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?
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 in 1.26.0 so I'm going to close this one.
@mprasil commented on GitHub (May 19, 2018):
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 in `1.26.0` so I'm going to close this one.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mprasil on GitHub (May 16, 2018).
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 (May 19, 2018):
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 (May 19, 2018):
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.