-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF37, 8.10-HF24
-
Component/s: Layouts & Widgets
-
Release Notes Summary:The global page size is kept after viewing/editing a saved search.
-
Backlog priority:800
-
Sprint:nxsupport 10.2.4
-
Story Points:1
After NXP-22016, when a saved search is edited (or viewed), the page size is set to 1 for the corresponding content view.
This is due to this line in /search/incl/tabs/savedsearch_document_edit.xhtml (or in /search/incl/tabs/savedsearch_document_view.xhtml)
<nxu:set var="contentView" value="#{contentViewActions.getContentViewWithProvider(currentDocument.cvd.contentViewName, currentDocument, null, 1, -1, -1)}" cache="true">
when the parameter which corresponds to defaultPageSize is set to 1
It should be set to -1 not to change the current page size.
- depends on
-
NXP-22016 TERMS aggregates are neither displayed nor editable in saved searches
- Resolved