Bugzilla – Attachment 118019 Details for
Bug 27813
Purchase suggestions should sort by suggesteddate rather than title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27813: Restore default order on suggestion list view
Bug-27813-Restore-default-order-on-suggestion-list.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2021-03-10 09:08:16 UTC
(
hide
)
Description:
Bug 27813: Restore default order on suggestion list view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-03-10 09:08:16 UTC
Size:
1.47 KB
patch
obsolete
>From 7a2ab4377009e0170ef0ef3e38c395162cdac569 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 2 Mar 2021 12:22:27 +0100 >Subject: [PATCH] Bug 27813: Restore default order on suggestion list view > >Prior to 20.05, suggestions on /cgi-bin/koha/suggestion/suggestion.pl sorted by >suggesteddate by default. On 20.05 and later, they're sorting by title instead. >We should go back to the previous behavior. > >Test plan: >Create some suggestions >Edit the suggestions.suggesteddate in the DB >List the suggestions and confirm that there are sorted by oldest first >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 6b1713a773..a1ac50ec96 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -1270,7 +1270,7 @@ > [% FOREACH suggestion IN suggestions %] > [% IF ( suggestion.suggestions_loop ) %] > KohaTable("table_[% loop.count| html %]", { >- "sorting": [[ 1, "asc" ]], >+ "sorting": [[ 3, "asc" ]], > "autoWidth": false, > }, columns_settings ); > [% END %] >-- >2.20.1
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 27813
:
117505
|
117555
|
117934
|
118018
|
118019
|
118023
|
118107