https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31127 Bug ID: 31127 Summary: By default sort suggestions from latest to oldest Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org Currently suggestions table is sorted from oldest to latest.
From suggestion.tt : KohaTable("table_[% loop.count| html %]", { "sorting": [[ 3, "asc" ]],
Since the default tab is pending suggestions, it would be better to have the reverse order. Some old suggestions may stay in pending for a while and librarian must be aware of new suggestions. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.