From a90cfeef734dc3e2bb4280818cd75030ca627fd1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 17 Oct 2022 10:32:47 +0000 Subject: [PATCH] Bug 31842: Fix DT search error on col.data.split Set searchable to false for opac_info. 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 col.data.split as a clear bug btw. Signed-off-by: Tomas Cohen Arazi --- 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.39.2