Bug 37746 - SQL reports: Double class breaks rows per page selection
Summary: SQL reports: Double class breaks rows per page selection
Status: RESOLVED DUPLICATE of bug 37745
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 35402
Blocks:
  Show dependency treegraph
 
Reported: 2024-08-27 10:54 UTC by Owen Leonard
Modified: 2024-08-27 11:07 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 37746: SQL reports: Double class breaks rows per page selection (2.51 KB, patch)
2024-08-27 11:05 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***