Bug 33730 - Action column should not be sortable
Summary: Action column should not be sortable
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2023-05-14 11:53 UTC by Katrin Fischer
Modified: 2023-05-14 11:53 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2023-05-14 11:53:47 UTC
Bug 33463 fixes the Actions column on the plugins table to be not sortable. The fix used there can be also applied to other tables.

Jonathan suggests this to detect other cases:
git grep 'Actions</th>'|grep -v NoSort 

They might still need some individual attention as some tables are not sortable at all or sorting for Actions is already suppressed using different methods.