Bugzilla – Attachment 118901 Details for
Bug 27998
Replace obsolete title-string sorting: Serials templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27998: (follow-up) Address missing instances
Bug-27998-follow-up-Address-missing-instances.patch (text/plain), 4.05 KB, created by
Katrin Fischer
on 2021-03-27 15:12:13 UTC
(
hide
)
Description:
Bug 27998: (follow-up) Address missing instances
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-03-27 15:12:13 UTC
Size:
4.05 KB
patch
obsolete
>From 41043673b48c1c7df9e3f1b39c83e9d93d771b6f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 12:33:53 +0000 >Subject: [PATCH] Bug 27998: (follow-up) Address missing instances > >Remove title-string option from dataTable configurations. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 3 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 3 +-- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt | 2 -- > koha-tmpl/intranet-tmpl/prog/js/subscription-add.js | 1 - > 4 files changed, 2 insertions(+), 7 deletions(-) > >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 eb5fa555a0..83d93bbd1e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -208,8 +208,7 @@ > "sDom": 't', > "aoColumnDefs": [ > { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, >- { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }, >- { 'sType': "title-string", 'aTargets' : [ 'title-string'] } >+ { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } > ], > "bPaginate": false > })); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index a70131dfa9..10aa0eac4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -331,8 +331,7 @@ > $('#subscription_years').tabs(); > $(".subscription-year-table").dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumnDefs": [ >- { "aTargets": [ 0,-1 ], "bSortable": false, "bSearchable": false }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] } >+ { "aTargets": [ 0,-1 ], "bSortable": false, "bSearchable": false } > ], > "aaSorting": [[0, 'desc']], > "sDom": 't', >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 d3ed7584c2..cf9b5f73fc 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 >@@ -441,7 +441,6 @@ > "order": [[ 2, "asc" ]], > "aoColumnDefs": [ > { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] }, > { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } > ] > })); >@@ -460,7 +459,6 @@ > "sPaginationType": "full", > "aoColumnDefs": [ > { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] }, > { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } > ] > })); >diff --git a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >index ac656eacbd..297756b59e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js >@@ -426,7 +426,6 @@ function mana_search() { > ], > "aoColumnDefs": [ > { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] }, > { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } > ] > })); >-- >2.11.0
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 27998
:
118551
|
118670
|
118790
|
118900
| 118901