Active
Project:
Contribute
Version:
8.x-5.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2024 at 11:00 UTC
Updated:
12 Apr 2024 at 14:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kanhaiya_choudhary commentedI went to file "SelectiveFilterBase.php" of selective bef and comment the code
$view->setItemsPerPage(0);
and it is working as expected. So, the filter is no display based on the result.
Comment #3
kanhaiya_choudhary commentedupdated patch for version ^3.0@beta
Comment #4
kanhaiya_choudhary commentedIt will display all filter of the result, irrespective of the page result displayed.