[Koha-bugs] [Bug 32468] Vendors select only allows selecting from first 20 vendors by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 15 16:38:30 CET 2022


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

Lucas Gass <lucas at bywatersolutions.com> changed:

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

--- Comment #6 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 144620
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144620&action=edit
Bug 32468: ERM - Populate dropdown list with all entries

The REST API routes is configured to return the 20 first results if
_per_page is not provided. Here we want to display all the
vendors/agreements/licenses/packages in the dropdown lists.

Ideally we should implement an infinite scroll to not load all the data
at once (https://vue-select.org/guide/infinite-scroll.html)

Test plan:
Create more than 20 vendors and confirm that, with this patch, all the
vendors are display in the dropdown list displayed on the add agreement
form
Same for agreements, licenses and local packages

Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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


More information about the Koha-bugs mailing list