Bug 37746

Summary: SQL reports: Double class breaks rows per page selection
Product: Koha Reporter: Owen Leonard <oleonard>
Component: ReportsAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 35402    
Bug Blocks:    
Attachments: Bug 37746: SQL reports: Double class breaks rows per page selection

Description Owen Leonard 2024-08-27 10:54:30 UTC
The Bootstrap 5 upgrade introduced a double class attribute on the dropdown-menu for selecting rows per page from SQL search results. Combining the classes will fix it.
Comment 1 Owen Leonard 2024-08-27 11:05:17 UTC
Created attachment 170762 [details] [review]
Bug 37746: SQL reports: Double class breaks rows per page selection

This patch combines double class attributes in order to allow the event
listener on the element work correctly.

To test, apply the patch and run a saved SQL report which will return
more than one page of results.

On the results page, click the "Rows per page" menu and select a new
value. The page should reload and display the number of results you
selected.
Comment 2 Owen Leonard 2024-08-27 11:07:19 UTC

*** This bug has been marked as a duplicate of bug 37745 ***