[ACS-10421] Add support for legacy config.json based approach for saved-searches (#4863)

* [ACS-9166]: introduces saved searches context service

* [ACS-9166]: migrates to context service

* [ACS-9166]: fixes tests

* [ACS-9166]: removes prev approach artifacts

* [ACS-9166]: fixes falsy emissions form pipe

* [ACS-9166]: adds reactive strategy option

* [ACS-9166]: tests fixes

* [ACS-9166]: minor fix
This commit is contained in:
Anton Ramanovich
2025-11-06 13:22:02 +01:00
committed by GitHub
parent d216c2f012
commit 71eee988aa
24 changed files with 365 additions and 82 deletions
+1 -1
View File
@@ -82,6 +82,6 @@ Rules/Evaluators created for specific features in ADW to be checked if supported
| Version | Key | Description |
|---------|---------------------------------|---------------------------------------------------------------------------|
| 8.1.0 | isSavedSearchAvailable | Checks whether current ACS version supports PUT method in Preferences API |
| 8.1.0 | isPreferencesApiAvailable | Checks whether current ACS version supports PUT method in Preferences API |
| 8.1.0 | isFolderInfoAvailable | Checks whether current ACS version supports folder size calculation API |
| 8.1.0 | isBulkActionsAvailable | Checks whether current ACS version supports bulk update feature |