Bugzilla – Attachment 177255 Details for
Bug 38984
DataTables's columnDefs cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38984: Remove anti-the
Bug-38984-Remove-anti-the.patch (text/plain), 25.05 KB, created by
Jonathan Druart
on 2025-01-28 11:01:12 UTC
(
hide
)
Description:
Bug 38984: Remove anti-the
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-28 11:01:12 UTC
Size:
25.05 KB
patch
obsolete
>From 9ec4e3c104ba0823718835cf6bf7d5edbbcea586 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 28 Jan 2025 11:05:39 +0100 >Subject: [PATCH] Bug 38984: Remove anti-the > >Same as previouly for anti-the >--- > .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 1 - > .../prog/en/modules/acqui/newordersubscription.tt | 3 --- > .../intranet-tmpl/prog/en/modules/acqui/ordered.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt | 1 - > .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 3 --- > .../prog/en/modules/circ/checkout-notes.tt | 3 --- > .../en/modules/circ/circulation_batch_checkouts.tt | 3 --- > .../prog/en/modules/circ/reserveratios.tt | 1 - > .../prog/en/modules/circ/transfers_to_send.tt | 1 - > .../prog/en/modules/circ/transferstoreceive.tt | 1 - > .../prog/en/modules/labels/label-edit-batch.tt | 1 - > .../prog/en/modules/recalls/recalls_to_pull.tt | 1 - > .../prog/en/modules/reports/guided_reports_start.tt | 3 --- > .../intranet-tmpl/prog/en/modules/serials/claims.tt | 1 - > .../prog/en/modules/serials/serials-search.tt | 9 --------- > .../prog/en/modules/tools/additional-contents.tt | 3 --- > .../intranet-tmpl/prog/en/modules/tools/inventory.tt | 1 - > .../prog/en/modules/tools/problem-reports.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 3 --- > koha-tmpl/intranet-tmpl/prog/js/cart.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/holds.js | 3 --- > koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js | 6 ------ > koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js | 3 --- > koha-tmpl/intranet-tmpl/prog/js/recalls.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/subscription-add.js | 3 --- > .../opac-tmpl/bootstrap/en/modules/opac-basket.tt | 1 - > .../bootstrap/en/modules/opac-holdshistory.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/opac-recalls.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 10 ---------- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/opac-topissues.tt | 1 - > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 1 - > 34 files changed, 78 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 79606c413aa..1dea91374c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -568,7 +568,6 @@ > paging: false, > searching: false, > dom: "t", >- columnDefs: [{ type: "anti-the", targets: ["anti-the"] }], > }); > [% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %] > $("#invoice_files_table").kohaTable({ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >index 154c878228c..b3a87d3af16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -135,9 +135,6 @@ > > $(document).ready(function() { > $("#srlt").kohaTable({ >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > }); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index 379536e022a..c89bc593682 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -144,7 +144,6 @@ > <script> > $(document).ready(function() { > $("#spent").kohaTable({ >- columnDefs: [{ type: "anti-the", targets: ["anti-the"] }], > pagingType: "full", > }); > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >index 15794e50bac..cb9dfa0fe00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -159,7 +159,6 @@ > <script> > $(document).ready(function() { > $("#spent").kohaTable({ >- columnDefs: [{ type: "anti-the", targets: ["anti-the"] }], > pagingType: "full", > }); > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index fdaf8b1f234..7aa9df03c91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -2035,9 +2035,6 @@ > > [% IF suggestions.count %] > $("#suggestions").kohaTable({ >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > }); > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt >index e21e02f3539..e0bd315ff97 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt >@@ -144,9 +144,6 @@ > $(document).ready(function(){ > $("#notestable").kohaTable({ > order: [[1, "asc"]], >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > }); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 082ecb59735..1cb0e0c3ee9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -366,9 +366,6 @@ > $("#checkout_infos").kohaTable({ > dom: "t", > order: [], >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > paginate: false, > }); > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >index fbcef91a3b0..64bcc1f1869 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >@@ -212,7 +212,6 @@ > [3, "asc"], > ], > columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, > { type: "natural", targets: ["natural"] }, > ], > pagingType: "full", >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >index 26c3c6ff31e..2105299edcc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >@@ -123,7 +123,6 @@ > $("#transferst[% library.branchcode | html %]").kohaTable({ > columnDefs: [ > { targets: [-1], orderable: false, searchable: false }, >- { type: "anti-the", targets: ["anti-the"] }, > ], > dom: "t", > paginate: false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >index b5a0c1f4b49..ed9136ed972 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -127,7 +127,6 @@ > $("#transferst[% branchesloo.branchcode | html %]").kohaTable({ > columnDefs: [ > { targets: [-1], orderable: false, searchable: false }, >- { type: "anti-the", targets: ["anti-the"] }, > ], > dom: "t", > paginate: false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >index 9809b940517..e89b29cbede 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >@@ -336,7 +336,6 @@ > $("#batcht").kohaTable({ > autoWidth: false, > columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, > { targets: [-1, -2], orderable: false, searchable: false }, > ], > order: [[0, "asc"]], >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt >index 4581ceed910..829fac2097e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt >@@ -168,7 +168,6 @@ > $("#recalls-table").kohaTable({ > columnDefs: [ > { type: "title-string", targets: ["title-string"] }, >- { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full_numbers", > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 4af9f28b808..80a219f57f8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -2411,9 +2411,6 @@ > "columnDefs": [ > { "width": "35%", "targets": 1 } > ], >- "columnDefs": [ >- { "type": "anti-the", "targets": [ 'anti-the'] } >- ] > }); > > $(".showbutton").on("click", function(e){ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index 8cd485aeb0e..ff8df8bff74 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -249,7 +249,6 @@ > dom: "t", > columnDefs: [ > { targets: [0], orderable: false, searchable: false }, >- { type: "anti-the", targets: ["anti-the"] }, > ], > paginate: false, > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >index a40a73aaca7..97ac3514144 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt >@@ -348,25 +348,16 @@ > var osrlt = $("#opened_panel table").kohaTable({ > pagingType: "full", > order: [[2, "asc"]], >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > }); > > var csrlt = $("#closed_panel table").kohaTable({ > // FIXME sort function of additional_fields! > order: [[2, "asc"]], > pagingType: "full", >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > }); > > var manarlt = $("#mana_results_datatable").kohaTable({ > pagingType: "full", >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > }); > > $("#reopensub").click(function(){ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index 26889340716..31ecbbe8bac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -605,9 +605,6 @@ > > var table = $("#table_additional_contents").kohaTable({ > order: [[4, "desc"]], >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full_numbers", > }); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 9fab56c7c15..e5562a4d9a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -474,7 +474,6 @@ > [% ELSE %] > // first column contains checkboxes > "columnDefs": [ >- { "type": "anti-the", "targets": [ "anti-the" ] }, > { "orderable": false, "searchable": false, "targets": [ 0 ] } > ], > // 3rd column is callnumber >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt >index d68b7878816..807505a6288 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt >@@ -150,9 +150,6 @@ > $(document).ready(function(){ > $("#problemreportstable").kohaTable({ > order: [[1, "asc"]], >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > }); > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >index f6dc60bc369..5be28b2a30f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -3,9 +3,6 @@ > $(document).ready(function() { > $("#Aform").preventDoubleFormSubmit(); > $("#files").kohaTable({ >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > order: [], > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cart.js b/koha-tmpl/intranet-tmpl/prog/js/cart.js >index 559935aafff..26b94911f24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cart.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cart.js >@@ -86,7 +86,6 @@ $(document).ready(function(){ > $("#itemst").kohaTable({ > dom: "t", > columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, > { type: "callnumbers", targets: ["callnumbers"] }, > ], > order: [[1, "asc"]], >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index b6560c838db..1a28ee58ada 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -319,9 +319,6 @@ $(document).ready(function() { > "paging": false, > "processing": true, > "serverSide": false, >- "columnDefs": [ >- { "type": "anti-the", "targets": [ "anti-the" ] } >- ], > "ajax": { > "url": '/cgi-bin/koha/svc/holds', > "data": function ( d ) { >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js b/koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js >index 662f35e32dd..f9d16187f3f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js >@@ -122,7 +122,6 @@ $(document).ready(function () { > columnDefs: [ > { targets: [0, 1], orderable: false, searchable: true }, > { targets: [0], visible: false }, >- { type: "anti-the", targets: ["anti-the"] }, > ], > paging: false, > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js b/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >index f01c0f04c08..1e4466d3584 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >@@ -69,9 +69,6 @@ $(document).ready(function() { > > $("#stock_rotation_manage_items").kohaTable( > { >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > autoWidth: false, > }, >@@ -80,9 +77,6 @@ $(document).ready(function() { > > $("#stock_rotation").kohaTable( > { >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > pagingType: "full", > autoWidth: false, > }, >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js b/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >index d32f50320b6..c03c1c2bd03 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >@@ -59,9 +59,6 @@ var success_test_call = function() { > > $(document).ready(function() { > $("#tagst").kohaTable({ >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- ], > order: [[2, "desc"]], > pagingType: "full", > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/recalls.js b/koha-tmpl/intranet-tmpl/prog/js/recalls.js >index 0ce59fe02d7..02541cbe0c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/recalls.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/recalls.js >@@ -105,7 +105,6 @@ $(document).ready(function() { > $("#recalls-table").kohaTable({ > columnDefs: [ > { type: "title-string", targets: ["title-string"] }, >- { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full_numbers", > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >index 50cd26a6071..7681e168597 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >@@ -437,9 +437,6 @@ function mana_search() { > "columnDefs": [ > { "width": "35%", "targets": 1 } > ], >- "columnDefs": [ >- { "type": "anti-the", "targets": [ 'anti-the'] } >- ] > }); > if( $("#mana_results_datatable").length && $("td.dataTables_empty").length == 0){ > $("#mana_search").html("<p>" + __("Subscription found on Mana Knowledge Base:") + "</p><p> <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#mana_search_result\"><i class=\"fa-solid fa-window-maximize\"></i> " + __("Show Mana results") + "</a></p>"); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index b198f91f97e..106f8c06447 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -501,7 +501,6 @@ > var itemst = $("#itemst").kohaTable({ > order: [[1, "asc"]], > columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], >- columns: [null, { type: "anti-the" }, null, null, null], > }); > > var buttons = new $.fn.dataTable.Buttons(itemst, { >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt >index 6390c81b8f7..9a127e5a381 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt >@@ -189,7 +189,6 @@ > dom: '<"top"<"table_entries"i><"table_controls"fB>>t', > autoWidth: false, > sorting: [[4, "desc"]], >- columnDefs: [{ sType: "anti-the", aTargets: ["anti-the"] }], > language: { > search: "_INPUT_", > searchPlaceholder: _("Search"), >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt >index a181bb9fb7f..50c51b32b55 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt >@@ -140,7 +140,6 @@ > details: { type: "column", target: -1 }, > }, > columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, > { className: "dtr-control", orderable: false, targets: -1 }, > ], > }); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 46717afa511..bf802826f7e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -571,16 +571,6 @@ > { "className": 'dtr-control', "orderable": false, "targets": -1 }, > { responsivePriority: 1, targets: 1 } > ], >- "columns": [ >- [% IF ( loggedinusername ) %]null,[% END %] >- { "type": "anti-the" }, >- null, >- null, >- [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]null,[% END %] >- [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]null,[% END %] >- null, >- null >- ], > "responsive": { > details: { > type: 'column', >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >index 788ba44d31e..c746ba97640 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >@@ -263,7 +263,6 @@ > sorting: [[2, "asc"]], > columnDefs: [ > { targets: [0], orderable: false, searchable: false }, >- { sType: "anti-the", aTargets: ["anti-the"] }, > { className: "dtr-control", orderable: false, targets: -1 }, > { responsivePriority: 1, targets: 2 }, > ], >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >index f6b250c7620..597f17db198 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >@@ -148,7 +148,6 @@ > $("#topissuest").kohaTable({ > sorting: [[3, "desc"]], > columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, > { className: "dtr-control", orderable: false, targets: -1 }, > ], > responsive: { >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 24f7a98bccd..a6337ef3f80 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -1209,7 +1209,6 @@ > "sorting" : [[ thIndex, 'asc' ]], > "dom": '<"top"<"table_entries"><"table_controls"fB>>t', > "columnDefs": [ >- { "type": "anti-the", "targets" : [ "anti-the" ] }, > { "visible": false, "targets" : [ "hidden" ] }, > { "className": 'dtr-control', "orderable": false, "targets": -1 } > ], >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index f343a1f1dd9..2d475bf9d13 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -604,7 +604,6 @@ > dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', > columnDefs: [ > { targets: ["noshow"], visible: false, searchable: false }, >- { type: "anti-the", targets: ["anti-the"] }, > { visible: false, targets: ["hidden"] }, > { className: "dtr-control", orderable: false, targets: -1 }, > ], >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38984
:
177253
|
177254
|
177255
|
177256
|
177257
|
177258
|
177259
|
177278
|
177279
|
177280
|
177281
|
177597
|
177598
|
177641
|
177642
|
177643
|
177644
|
177645
|
177646
|
177647
|
177648
|
177649
|
177651
|
177933
|
177934
|
177935
|
177936
|
177937
|
177938
|
177939
|
177940
|
177941
|
177942
|
179057
|
179058
|
179059
|
179060
|
179061
|
179062
|
179063
|
179064
|
179065
|
179066
|
180303
|
180356
|
180357
|
180358
|
180359
|
180360
|
180361
|
180362
|
180363
|
180364
|
180365
|
180366
|
181021
|
181022
|
181023
|
181024
|
181025
|
181026
|
181027
|
181028
|
181029
|
181030
|
181031