]> git.koha-community.org Git - koha.git/commit
Bug 8323 fixing year sorting of a list
authorChris Hall <chrish@catalyst.net.nz>
Thu, 21 Jun 2012 22:36:45 +0000 (10:36 +1200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 2 Aug 2012 21:24:24 +0000 (17:24 -0400)
commit4d35106b44940a75d2b1b3343ca3747d7bbd3537
tree5c5199d5c404d723190c29a9f17dc8d42f34ad9c
parentaab7cafbcb6466b90d484ce14f47178c6de822b2
Bug 8323 fixing year sorting of a list

Signed-off-by: Marc Veron <veron@veron.ch>
Works as expected.

Caveat: If you edit the list in Opac, change the sort and then klick 'Save',
the List always is displayed in title order. This is du to the fact that
save calls opac-shelves.pl?viewshelf=4 without the sort parameter (defaults
to 'title').
If you go back to lists, choose the list from List name, the param is
correct and the list displays in expected order.

It took quite a time to track  that down, I first thought that opac-shelves.pl
was broken.

However, current bug 8323 is not affected, signing off.

Marc

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 2b8b926783d4426d4a569fdc717e546d12e88ce5)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/VirtualShelves/Page.pm