Bugzilla – Attachment 177641 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 NoSort def
Bug-38984-Remove-NoSort-def.patch (text/plain), 22.79 KB, created by
Owen Leonard
on 2025-02-07 16:52:10 UTC
(
hide
)
Description:
Bug 38984: Remove NoSort def
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-07 16:52:10 UTC
Size:
22.79 KB
patch
obsolete
>From dc76ba4950030566254df2cb54f8b90f33520489 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 28 Jan 2025 10:53:38 +0100 >Subject: [PATCH] Bug 38984: Remove NoSort def > >No need to pass it to the constructor as it's defined already in >datatables.js > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 2 -- > .../prog/en/modules/acqui/newordersubscription.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 3 --- > .../intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 1 - > .../prog/en/modules/admin/auth_subfields_structure.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 1 - > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 1 - > .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 3 --- > .../intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 1 - > .../prog/en/modules/patron_lists/patron-lists-tab.tt | 1 - > .../prog/en/modules/reports/guided_reports_start.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 3 --- > .../intranet-tmpl/prog/en/modules/serials/serials-search.tt | 3 --- > .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 1 - > .../intranet-tmpl/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 | 1 - > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 1 - > koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js | 2 -- > koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.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/subscription-add.js | 1 - > koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt | 1 - > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt | 1 - > 30 files changed, 41 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index a4103f2417..16ef90cef4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -412,7 +412,6 @@ > [% ELSE %] > grouped = $("#grouped").kohaTable({ > dom: "t", >- columnDefs: [{ orderable: false, targets: ["NoSort"] }], > autoWidth: false, > language: { > emptyTable: _("There are no baskets in this group"), >@@ -420,7 +419,6 @@ > }); > ungrouped = $("#ungrouped").kohaTable({ > dom: "t", >- columnDefs: [{ orderable: false, targets: ["NoSort"] }], > autoWidth: false, > language: { > emptyTable: _("There are no ungrouped baskets"), >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 b746b7c171..a5ecc04532 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -137,7 +137,6 @@ > $(document).ready(function() { > $("#srlt").kohaTable({ > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full", >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index ee0fb5d39d..b85093a76a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -691,9 +691,6 @@ > > $(document).ready(function() { > var contractst = $("#contractst").kohaTable({ >- columnDefs: [ >- { orderable: false, searchable: false, targets: [ 'NoSort' ] } >- ], > dom: 't' > } ); > $('body').on('click', '.delete-contact', null, delete_contact); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index 3898ac71ca..27526baeb8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -185,7 +185,6 @@ > <script> > $(document).ready(function() { > var uncertainpricet = $("#uncertainpricet").kohaTable({ >- columnDefs: [{ orderable: false, searchable: false, targets: ["NoSort"] }], > pagingType: "full", > }); > $(".check_uncertain").on("change",function(){ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index c7b15612bc..e844e8fecf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -413,7 +413,6 @@ > <script> > $(document).ready(function() { > $("#table_authsubfieldstructure").kohaTable({ >- columnDefs: [{ orderable: false, targets: ["NoSort"] }], > aaSorting: [], > paginate: false, > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt >index 1972ca6fff..578b44d617 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt >@@ -186,7 +186,6 @@ > > var table = $("#localization").kohaTable({ > dom: "t", >- columnDefs: [{ orderable: false, targets: ["NoSort"] }], > paginate: false, > autoWidth: false, > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt >index 1cb25460f3..e05f120b37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt >@@ -223,7 +223,6 @@ > [% ELSE %] > $(document).ready(function() { > $("#serverst").kohaTable({ >- columnDefs: [{ orderable: false, targets: ["NoSort"] }], > pagingType: "full", > }); > $(".delete").on("click",function(e){ >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 96c32e69d6..4b087d6355 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -2044,7 +2044,6 @@ > [% IF suggestions.count %] > $("#suggestions").kohaTable({ > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full", >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 0c75275537..866a617a69 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 >@@ -146,7 +146,6 @@ > $("#notestable").kohaTable({ > order: [[1, "asc"]], > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { 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 021a7e4316..f569bff25f 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 >@@ -368,7 +368,6 @@ > dom: "t", > order: [], > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > paginate: false, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index aea604b242..41aceabc23 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -333,9 +333,6 @@ > var holdst = $("#holdst").kohaTable( > { > pagingType: "full_numbers", >- columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, >- ], > }, > table_settings, > true, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt >index b69054a878..fcbc7c2e73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt >@@ -68,7 +68,6 @@ > > <script> > var clubs_dt_params = { >- columnDefs: [{ orderable: false, targets: ["NoSort"] }], > paginate: true, > }; > $("#table_clubnoenrollmemnts").kohaTable(clubs_dt_params); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >index 287d1fa432..ebb4d6b12c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >@@ -159,7 +159,6 @@ > > $("#patron-lists-table").kohaTable({ > autoWidth: false, >- columnDefs: [{ orderable: false, searchable: false, targets: ["NoSort"] }], > pagingType: "full", > }); > $(".delete_patron").on("click", function(){ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt >index 3cdc9b5c4d..ad198ff59a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt >@@ -105,7 +105,6 @@ > > <script> > var patron_lists_dt_params = { >- columnDefs: [{ orderable: false, bSearchable: false, targets: ["NoSort"] }], > sPaginationType: "full", > }; > $("#table_listnopatron").kohaTable(patron_lists_dt_params); >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 d5cbb4964b..b65a441810 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 >@@ -2413,7 +2413,6 @@ > { "width": "35%", "targets": 1 } > ], > "columnDefs": [ >- { "orderable": false, "searchable": false, "targets": [ 'NoSort' ] }, > { "type": "anti-the", "targets": [ 'anti-the'] } > ] > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >index 90fce74730..416ee7d0d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >@@ -219,9 +219,6 @@ > var lostitems_table = $("#lostitems-table").kohaTable( > { > order: [], >- columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, >- ], > autoWidth: false, > 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 fcf53ca8a5..af6e537a5b 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 >@@ -350,7 +350,6 @@ > pagingType: "full", > order: [[2, "asc"]], > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > }); >@@ -360,7 +359,6 @@ > order: [[2, "asc"]], > pagingType: "full", > columnDefs: [ >- { orderable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > }); >@@ -368,7 +366,6 @@ > var manarlt = $("#mana_results_datatable").kohaTable({ > pagingType: "full", > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > }); >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 197f4a9b2f..98347f76a3 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 >@@ -607,7 +607,6 @@ > var table = $("#table_additional_contents").kohaTable({ > order: [[4, "desc"]], > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full_numbers", >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >index b8c78e946b..6bde2ad0d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >@@ -193,7 +193,6 @@ > $("#rulestabs a:first").tab("show"); > } > $(".overduerulest").kohaTable({ >- columnDefs: [{ targets: ["NoSort"], orderable: false, searchable: false }], > dom: '<"top pager"f>rt<"clear">', > paginate: false, > }); >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 0c9c90ee12..21ba2cb87a 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 >@@ -152,7 +152,6 @@ > $("#problemreportstable").kohaTable({ > order: [[1, "asc"]], > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { 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 85fc74092e..f6dc60bc36 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -4,7 +4,6 @@ $(document).ready(function() { > $("#Aform").preventDoubleFormSubmit(); > $("#files").kohaTable({ > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full", >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cart.js b/koha-tmpl/intranet-tmpl/prog/js/cart.js >index b2dc940cd5..559935aaff 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: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > { type: "callnumbers", targets: ["callnumbers"] }, > ], >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index c96d189fc3..c62d40deb1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -1032,7 +1032,6 @@ $(document).ready(function() { > "dom": "rt", > "order": [], > "columnDefs": [ >- { "orderable": false, "searchable": false, "targets": ['NoSort'] }, > { "type": "anti-the", "targets": ["anti-the"] }, > ], > "columns": [ >diff --git a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >index 2a7fb63b44..3c76c9d639 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >@@ -38,7 +38,6 @@ function tableInit( oldtabid, newtabid ) { > } > > $("#" + newtabid + "_table").kohaTable({ >- columnDefs: [{ orderable: false, searchable: false, targets: ["NoSort"] }], > paging: false, > autoWidth: false, > }); >@@ -110,7 +109,6 @@ $(document).ready(function () { > $("#facet_biblios_table").DataTable( > $.extend(true, {}, dataTablesDefaults, { > "columnDefs": [ >- { "orderable": false, "targets": [ "NoSort" ] }, > { "searchable": false, "visible": false, "targets": 0 } > ], > "dom": "t", >diff --git a/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js b/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js >index df738c1e72..37b1364140 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js >@@ -30,7 +30,6 @@ $(document).ready(function() { > populateHiddenCheckboxes($(this).attr('id').split('-')[1]); > }); > $("#table_marcsubfieldstructure").kohaTable({ >- columnDefs: [{ sortable: false, targets: ["NoSort"] }], > order: [], > paginate: false, > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js b/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >index 43da170172..f01c0f04c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js >@@ -70,7 +70,6 @@ $(document).ready(function() { > $("#stock_rotation_manage_items").kohaTable( > { > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full", >@@ -82,7 +81,6 @@ $(document).ready(function() { > $("#stock_rotation").kohaTable( > { > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > pagingType: "full", >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 94f26ede74..d32f50320b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js >@@ -60,7 +60,6 @@ var success_test_call = function() { > $(document).ready(function() { > $("#tagst").kohaTable({ > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > ], > order: [[2, "desc"]], >diff --git a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >index ea45704cb5..50cd26a607 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >@@ -438,7 +438,6 @@ function mana_search() { > { "width": "35%", "targets": 1 } > ], > "columnDefs": [ >- { "orderable": false, "searchable": false, "targets": [ 'NoSort' ] }, > { "type": "anti-the", "targets": [ 'anti-the'] } > ] > }); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >index 618fdf8686..8fd3cc799a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >@@ -113,7 +113,6 @@ function cancelEnrollment( id ) { > details: { type: "column", target: -1 }, > }, > columnDefs: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { className: "dtr-control", orderable: false, targets: -1 }, > ], > }); >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 9b0d75ff90..f6b250c762 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: [ >- { orderable: false, searchable: false, targets: ["NoSort"] }, > { type: "anti-the", targets: ["anti-the"] }, > { 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