forked from geosolutions-it/MapStore2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geosolutions-it#10264: Fix - Layer visibility limits may prevent the …
…Info panel of search results from opening (geosolutions-it#10325) * geosolutions-it#10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - edit featureInfoClick action creator by passing an optional param called 'layerWithIgnoreVisibilityLimits' to enforce it to querable layers if not exist due to visibility limits - handle showing feature info in case of search within single layer or All layers * geosolutions-it#10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - handle showing feature info in case of action in queryParameters * geosolutions-it#10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - add missing check on the layer with ignoring visibility limits of making sure it is queryable - fix FE failure test * geosolutions-it#10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - add unit tests - fix handling search for layers has visibility limits * geosolutions-it#10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - fix unit test * geosolutions-it#10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - add reserve to querable layers in identify file to keep the same sort of toc layers in case of 'ignoreVisibilityLimits' - edit unit test based on the change
- Loading branch information
1 parent
ffcbd56
commit 7bf0464
Showing
6 changed files
with
266 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.