[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
Tue Sep 14 18:21:49 CEST 2021


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

--- Comment #4 from Michael Hafen <michael.hafen at washk12.org> ---
The test plan is in the patch, but it isn't complete.
Here it is for you.

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

2.  Go to the Patrons page and search for patrons.
3.  Observe that the per page drop down defaults to 20.

4.  Go to Tools -> Patron card creator.
5.  Start a new Card Batch.
6.  Click the 'Add patron(s)' button to open the patron search window.
7.  Do a search with more then 20 results.
8.  Observe that the per page drop down defaults to 20.
8b. If the PatronsPerPage was set to a value other than 10, 20, 50, or 100
      observe that that value is not in the per page drop down.
9.  Add patrons to the batch.
10. Close patron search window.
11. Click the 'Add patron(s)' button again to add the patrons to the batch.
      Observe that the per page defaults to 20.
12. Delete the card batch.

13. Apply patch.
14. Start a new card batch.  Click the 'Add patron(s)' button again to open the
      patron search window.
15. Do a search.
16. Observe that the per page drop down includes the value of PatronsPerPage
      and that value is selected by default.
17. Add patrons to batch and close the search window.
18. Click the 'Add patron(s)' button again and observe that the per page
      drop down includes and defaults to the PatronsPerPage value.
19. Delete the card batch.
17. Go back to the Patrons page and search for patrons.
18. Observe that the per page drop down defaults to the value of the
     PatronsPerPage system preference.

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


More information about the Koha-bugs mailing list