Bugzilla – Attachment 181023 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.52 KB, created by
Owen Leonard
on 2025-04-16 16:03:42 UTC
(
hide
)
Description:
Bug 38984: Remove anti-the
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-04-16 16:03:42 UTC
Size:
25.52 KB
patch
obsolete
>From bceee3bcad4eca316cfdefc187104879c3fc6811 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 1 - > .../prog/en/modules/acqui/newordersubscription.tt | 1 - > .../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 | 1 - > .../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 | 5 +---- > .../prog/en/modules/reports/guided_reports_start.tt | 3 --- > .../intranet-tmpl/prog/en/modules/serials/claims.tt | 5 +---- > .../prog/en/modules/serials/serials-search.tt | 9 --------- > .../prog/en/modules/tools/additional-contents.tt | 1 - > .../intranet-tmpl/prog/en/modules/tools/inventory.tt | 1 - > .../prog/en/modules/tools/problem-reports.tt | 1 - > koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/cart.js | 5 +---- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js | 2 -- > koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/recalls.js | 5 +---- > koha-tmpl/intranet-tmpl/prog/js/subscription-add.js | 1 - > .../opac-tmpl/bootstrap/en/modules/opac-basket.tt | 1 - > .../bootstrap/en/modules/opac-holdshistory.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/opac-recalls.tt | 5 +---- > .../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 | 5 +---- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 1 - > 34 files changed, 6 insertions(+), 76 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 a083d41e2e3..9b240c4e828 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -565,7 +565,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 36e9436dda0..45cf867397d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -125,7 +125,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 c32d9cfaa97..bdf04dacf33 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -121,7 +121,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 f5eeaf0037a..c8a7684cbeb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt >@@ -131,7 +131,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 dffdef626d1..39927914e92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -2087,9 +2087,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 32882253d37..e1496276ce3 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 >@@ -122,7 +122,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 339e45eb00a..515773a04c4 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 >@@ -362,9 +362,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 a9f97bb9f2c..380d3fa3d86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt >@@ -224,7 +224,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 f9782743276..a94698fda10 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 >@@ -102,7 +102,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 d656d9eef02..f97222062d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -117,7 +117,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 5b93b9b4f96..9fd24974840 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 >@@ -349,7 +349,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 f4249d55edc..7ca092c67aa 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 >@@ -152,10 +152,7 @@ > <script> > $(document).ready(function () { > $("#recalls-table").kohaTable({ >- columnDefs: [ >- { type: "title-string", targets: ["title-string"] }, >- { type: "anti-the", targets: ["anti-the"] }, >- ], >+ columnDefs: [{ type: "title-string", targets: ["title-string"] }], > 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 bb7c8880777..024934929a2 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 >@@ -2549,9 +2549,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 1b0306a57e8..84f2f3458c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -241,10 +241,7 @@ > sTable = $("#claimst").kohaTable({ > dom: "t", > order: [[7, "asc"]], >- columnDefs: [ >- { sortable: false, targets: ["NoSort"] }, >- { type: "anti-the", targets: ["anti-the"] }, >- ], >+ columnDefs: [{ sortable: false, targets: ["NoSort"] }], > paging: 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 e13a5b86f85..6990bfa2dd6 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 >@@ -337,25 +337,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 0786d89f88e..a95e70466d6 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 >@@ -597,7 +597,6 @@ > $(document).ready(function () { > var table = $("#table_additional_contents").kohaTable({ > order: [[4, "desc"]], >- columnDefs: [{ type: "anti-the", targets: ["anti-the"] }], > pagingType: "full_numbers", > }); > let table_dt = table.DataTable(); >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 4b028bafde3..0412c6b142c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -468,7 +468,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 0ecfd46a816..cb29f44c91a 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 >@@ -144,7 +144,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 7a96463b1f0..366cff95de3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -3,7 +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 e3d4680a2e6..37fc73e3fca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cart.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cart.js >@@ -96,10 +96,7 @@ $(document).ready(function () { > > $("#itemst").kohaTable({ > dom: "t", >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- { type: "callnumbers", targets: ["callnumbers"] }, >- ], >+ columnDefs: [{ type: "callnumbers", targets: ["callnumbers"] }], > order: [[1, "asc"]], > paging: false, > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index b781774e762..752e0f5b6ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -476,7 +476,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 63ecc4e7585..ed51892fd3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js >@@ -174,7 +174,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 e31126a5dbf..68d830af835 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >@@ -73,7 +73,6 @@ $(document).ready(function () { > > $("#stock_rotation_manage_items").kohaTable( > { >- columnDefs: [{ type: "anti-the", targets: ["anti-the"] }], > pagingType: "full", > autoWidth: false, > }, >@@ -82,7 +81,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 200e19854fb..a59bf9abfc3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >@@ -75,7 +75,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 826c2745003..23efafa66f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/recalls.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/recalls.js >@@ -128,10 +128,7 @@ $(document).ready(function () { > }); > > $("#recalls-table").kohaTable({ >- columnDefs: [ >- { type: "title-string", targets: ["title-string"] }, >- { type: "anti-the", targets: ["anti-the"] }, >- ], >+ columnDefs: [{ type: "title-string", targets: ["title-string"] }], > 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 30f8c054a0b..1a7b10774ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >@@ -564,7 +564,6 @@ function mana_search() { > ], > autoWidth: false, > columnDefs: [{ width: "35%", targets: 1 }], >- columnDefs: [{ type: "anti-the", targets: ["anti-the"] }], > }); > if ( > $("#mana_results_datatable").length && >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 0576f0a61cb..7ecfc3901f5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -547,7 +547,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 fb52c1a5d48..2ee1960b2f5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt >@@ -188,7 +188,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 b6203aa2aac..7cb3d776c0a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt >@@ -139,10 +139,7 @@ > responsive: { > details: { type: "column", target: -1 }, > }, >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- { className: "dtr-control", orderable: false, targets: -1 }, >- ], >+ columnDefs: [{ className: "dtr-control", orderable: false, targets: -1 }], > }); > }); > </script> >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 ce995218f98..1e662b76a9b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -602,16 +602,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 6d3a52d8c44..ee380139ab4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >@@ -299,7 +299,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 20d84d737f7..fa937e7da78 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >@@ -149,10 +149,7 @@ > $(function () { > $("#topissuest").kohaTable({ > sorting: [[3, "desc"]], >- columnDefs: [ >- { type: "anti-the", targets: ["anti-the"] }, >- { className: "dtr-control", orderable: false, targets: -1 }, >- ], >+ columnDefs: [{ className: "dtr-control", orderable: false, targets: -1 }], > responsive: { > details: { > type: "column", >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 cde66d43eaf..126f9332405 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -1210,7 +1210,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 1fadebaf37b..4a2dd249223 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 >@@ -463,7 +463,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.39.5
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