From 87ad284a1b7b58bb74f16a3b8ec2cdae718a6c47 Mon Sep 17 00:00:00 2001 From: Emmi Takkinen Date: Mon, 1 Dec 2025 13:04:48 +0200 Subject: [PATCH] Bug 41334: Move modified_holds tables column settings under Tools section Bug 36135 added new tool to batch modify holds and two new datatables. Table holds_to_modify was added to "Table settings" page under section Tools>Page: batch_hold_modification but table modified_holds is under Circulation>Page: holds section. It should be also moved to Tools section. To test: 1. Navigate to page "Table settings" and open section Circulation. 2. Jump to Page: holds. => Note that modified_holds tables settings are displayed under this page. 3. Apply this patch. 4. Open Tools section and jump to page batch_hold_modification. => Note that modified_holds tables settings are now displayed under this page and they are no longer present under Circulation>Page: holds. Sponsored-by: Koha-Suomi Oy --- admin/columns_settings.yml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 6d614ef74a..8b4eb1f8ef 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -2165,27 +2165,6 @@ modules: - columnname: print_slip - modified_holds: - default_display_length: 20 - columns: - - - columnname: expiration_date - - - columnname: title - - - columnname: barcode - - - columnname: patron - - - columnname: status - - - columnname: pickup_library - - - columnname: suspended - - - columnname: suspended_until - - - columnname: notes holdsratios: holds-ratios: default_display_length: 20 @@ -2685,6 +2664,27 @@ modules: - columnname: batch_hold_edit_note + modified_holds: + default_display_length: 20 + columns: + - + columnname: expiration_date + - + columnname: title + - + columnname: barcode + - + columnname: patron + - + columnname: status + - + columnname: pickup_library + - + columnname: suspended + - + columnname: suspended_until + - + columnname: notes logviewer: logst: default_display_length: 20 -- 2.34.1