https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33463 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #2)
Looks like there are much more occurrences.
git grep 'Actions</th>'|grep -v NoSort
We should fix them all.
I have checked a few and I think there is other mark-up there to prevent them from being sorted sometimes: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt: <th class="noExport">Actions</th> Action column on vendor search is NOT sortable. koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt:<th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt: <th>Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt: <th class="noExport">Actions</th> Actions IS sortable. koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt: <th scope="col">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt: <th data-class-name="actions noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt: <th scope="col">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt: <th data-class-name="actions noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt: <th class="noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt: <th data-class-name="actions noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt: <th data-class-name="actions noExport">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt: <th class="noExport">Actions</th> Table is not sortable at all. koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt: <th>Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt: <th class="noExport">Actions</th> Table is not sortable at all. koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt: <th scope="col">Actions</th> koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt: <th class="noExport">Actions</th> Actions is NOT sortable. I feel this might be a nice excercise for maybe a newbiew/intro session as they require taking a closer look maybe? I feel we can still push this one. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.