You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
[fix] Pull org admin vault collections directly from the API (#1700) (#1726)
* [fix] Pull org admin vault collections directly from the API
* [refactor] Establish pattern for interfaces in module scoped services
* [fix] Remove access modifiers from constructor params for an extended service
* [fix] Rename skipFilterCollectionRefresh to firstLoaded
* [fix] Simplify hiding unwanted filters in the org vault
* Revert "[refactor] Establish pattern for interfaces in module scoped services"
This reverts commit f1edae5.
* Update src/app/modules/vault-filter/vault-filter.component.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Update src/app/modules/vault-filter/organization-vault-filter.component.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* [fix] Ran prettier
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
// This is a hack to avoid redundant api calls that fetch OrganizationVaultFilterComponent collections
62
+
// When it makes sense to do so we should leverage some other communication method for change events that isn't directly tied to the query param for organizationId
63
+
// i.e. exposing the VaultFiltersService to the OrganizationSwitcherComponent to make relevant updates from a change event instead of just depending on the router
0 commit comments