]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Fix negative paging issue in open-ils.supercat.authority.author.startwith
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 15 Nov 2010 04:50:22 +0000 (04:50 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 15 Nov 2010 04:50:22 +0000 (04:50 +0000)
commit350e1c919e042f1874898076006baf9d055a0fc5
treeb9aeb141f091475360195d2e094731b18e445cca
parent8a04badf77c6da58afef7c10e12f04bc2ebae652
Fix negative paging issue in open-ils.supercat.authority.author.startwith

When paging backwards through authority lists, we were skipping the
first page of results. By reducing the offset by the value of one
page, we restore the expected order.

The same problem might affect other paging interfaces: to be determined.

Closes Launchpad bug 669247

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18728 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm