Bug 33730

Summary: Action column should not be sortable
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: MainKeywords: Academy
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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.