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. Signed-off-by: mikael <mikael.Olangcay-Brisebois@inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
8a2d5fab95
commit
fd9ff6a4f0
1 changed files with 1 additions and 0 deletions
|
@ -1469,6 +1469,7 @@
|
|||
|
||||
KohaTable("#subscriptionst", {
|
||||
dom: '<"clearfix">t',
|
||||
"sorting": [[ 1, "desc" ]],
|
||||
"columnDefs": [
|
||||
{ "type": "title-string", "targets" : [ "title-string" ] }
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue