Bugzilla – Attachment 84360 Details for
Bug 21845
Sort of issues in OPAC subscription table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21845: Sort of issues in OPAC subscription table
Bug-21845-Sort-of-issues-in-OPAC-subscription-tabl.patch (text/plain), 1.16 KB, created by
Owen Leonard
on 2019-01-24 16:20:09 UTC
(
hide
)
Description:
Bug 21845: Sort of issues in OPAC subscription table
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-01-24 16:20:09 UTC
Size:
1.16 KB
patch
obsolete
>From eecc52f0f3310f619aec5382f4d436fefb6e947c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 24 Jan 2019 16:13:47 +0000 >Subject: [PATCH] Bug 21845: Sort of issues in OPAC subscription table > >This patch adds a default sort option to the table of subscriptions on >the OPAC detail page. This sorting option matches the sort of data >passed from GetLatestSerials. > >To test, apply the patch and locate a subscription in the OPAC which has >multiple issues. They should be sorted by default on publication date. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 955a2f4..0489f4d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1467,6 +1467,7 @@ > > KohaTable("#subscriptionst", { > dom: '<"clearfix">t', >+ "sorting": [[ 1, "desc" ]], > "columnDefs": [ > { "type": "title-string", "targets" : [ "title-string" ] } > ], >-- >2.1.4
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 21845
:
82374
|
84360
|
84429
|
85206