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)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 15:10:02 +0000 (17:10 +0200)
commitd74c31d1696a1b1cbcdca8df872e1e43ebb890e3
tree46945b68d47d692b965e899db2a1da758f0b1b97
parent4fcaa4d31eb830aa648ffb8e4a67f5715701b21d
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>
C4/VirtualShelves/Page.pm