From 59f9f74ffff2f9b34f936978676e57831daa2895 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 21 Jul 2025 09:43:27 +0000 Subject: [PATCH] Bug 40395: (QA follow-up): Add checkbox column to table settings This fixes the empty entry when clicking 'Columns' on the top right of the table. Also ensures sorting does not exist on the checkbox column and exists on the one it was before (reservedate) This is for holds table on both patron pages: http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=19 http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=19 --- admin/columns_settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 21e8e8a6186..8028d78bbbc 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -1327,7 +1327,10 @@ modules: cannot_be_modified: 1 holds-table: + default_sort_order: 1 columns: + - + columnname: checkbox - columnname: reservedate - @@ -1759,7 +1762,10 @@ modules: is_hidden: 1 holds-table: + default_sort_order: 1 columns: + - + columnname: checkbox - columnname: reservedate - -- 2.39.5