1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-13 23:03:33 +00:00
Files
jslib/angular
addison ffdd9507ff [bug] Null check lists when changing the vault filter
Sometimes when changing an organization fault filter the system can end up in a postion where the filter modifier selected isn't valid for the newly selected organization.
The clearest example of this are collections, since changing any org filter with a collection already selected will make that collection selection invalid.

Because of this, when an organization filter is selected we check to make sure modifiers are still valid. If they aren't we clear them.
This isn't working if a list is checked and this list is null. An error throws and the filter doesn't change. This commit adds a null check to keep things moving.
2022-04-14 12:41:43 -04:00
..
2021-12-09 15:00:26 +01:00
2022-02-22 15:39:11 +01:00