[Koha-bugs] [Bug 33480] Improve display of the vendor aliases in the ERM module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 11 11:10:07 CEST 2023


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 149415
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149415&action=edit
Bug 33480: Improve vendor aliases display in dropdown list

On bug 33103 we are adding the ability to filter vendors by aliases.
To make it possible in the ERM module we are adding the alias list in
the dropdown list. However it's not nicely displayed, especially if
there are several entries.

This patch suggests to display the aliases in a different line, and not
for the selected option.

To acchieve that we create a new Vue component FormSelectVendors.

Test plan:
Create several vendors, and add some aliases to them (keep one vendor
without alias)
Go to the ERM module go to the following page, search for vendors by
aliases, save the form, and confirm that everything is nice and works
correctly:
* Add/edit an agreement
* Add/edit a license
* Add/edit a local package
* Add a new package to a title (edit a title)

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


More information about the Koha-bugs mailing list