http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5526 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> 2010-12-29 13:46:53 UTC ---
this fix did not take into account the list of lists pull down in the opac this fix did not take into account the list of lists pull down in the staff client
No, and it did not attempt to. The lists in the screenshots you attached are generated by a function that pulls the 10 most recent lists ordered by `lastmodified`, and the changes I made in this patch were made specifically to this page: /cgi-bin/koha/opac-shelves.pl?display=privateshelves The GetRecentShelves subroutine could easily be made to order by list name, but I think it's contrary to the original intention of those displays. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.