[Koha-bugs] [Bug 28864] The patron search results in the patron card creator doesn't seem to use PatronsPerPage syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 28 22:40:52 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28864

--- Comment #15 from Michael Hafen <michael.hafen at washk12.org> ---
(In reply to Katrin Fischer from comment #14)
> I have tested without applying the patch and this works nicely on master. I
> believe this might be because of the standardizing of patron search that has
> taken place since this patch was written.

The test plan, since the standardizing of the patron search, is wrong.  This is
still an issue on the edit-batch page.  The contents of the patch reflect this
though I neglected to update the test plan.

Here is the new test plan:

Test plan:
1.  Set the PatronsPerPage system preference to any integer other than 20.

2.  Go to Tools -> Patron card creator.
3.  Start a new Card Batch.
4.  Click the 'Add patron(s)' button to open the patron search window.
5.  Do a search.
6.  Add more than 20 patrons to the batch.
7.  Close patron search window.
8.  Click the 'Add patron(s)' button to add the selected patrons to the batch.
9.  Observe that the table of patrons is has 20 as the default per page
setting.

10. Apply patch.
11. Reload the batch.
12. Observe that the per page drop down includes the value of PatronsPerPage
     and that value is selected by default.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list