From 98454b50c766f11746ba9b577c12d3315ca6cd2a Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 17 Oct 2022 10:32:47 +0000 Subject: [PATCH] Bug 31842: Move data function to render in branches.tt Content-Type: text/plain; charset=utf-8 This applies to dataTable columns: library_info, actions and opac_info. Set searchable to false for opac_info too. Test plan: Check if DT search for libraries works again. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy {EDIT] Reverted the data/render function change as requested by Jonathan. Considering the fact that dataTables or custom extensions do not check data.col.split as a clear bug btw. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index dd7eace461..f4d9735f18 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -674,7 +674,7 @@ Libraries › Administration › Koha "data": function( row, type, val, meta ) { return ''; // provisional placeholder for opac_info }, - "searchable": true, + "searchable": false, "visible": false, "orderable": false }, -- 2.30.2