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

Tomás Cohen Arazi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127073|0                           |1
        is obsolete|                            |

--- Comment #4 from Tomás Cohen Arazi <[email protected]> ---
Created attachment 127074
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127074&action=edit
Bug 29355: Make pickup location dropdowns RESTdefaultPageSize agnostic

This patch makes the select2 dropdowns for pickup locations not be
limited to the RESTdefaultPageSize syspref limit.

To test:
1. Have less than 20 libraries in your system as valid pickup locations
2. Place a hold via the staff client
=> SUCCESS: See that all your libraries appear in the pickup location dropdowns
at the bib and item level
3. Update RESTdefaultPageSize, set the value to something lower than your count
of pickup libraries
4. place another hold
=> FAIL: Your pickup location list gets cut off and only shows as many
locations as RESTdefaultPageSize allows
5. Apply this patch
6. Repeat 4
=> SUCCESS: All your pickup locations show
7. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <[email protected]>
Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to