[Koha-bugs] [Bug 33104] Add vendor interfaces

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 9 17:29:36 CEST 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #28 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
1) I18N

ol.append(`<li><button class="btn btn-default"
onclick="remove_interface(${i});"><i class="fa fa-trash"></i> Delete
interface</li>`);

2) Vendor search

* I am seeing a strange effect there: the "My Vendor" vendor with
booksellerid=1 is showing up twice after applying the patch.
Switching back to master makes the doubled up vendor go away.

3) Vendor edit form

* Adding the email validation to the email field would be good.
* If you add multiple interfaces, the type pull down empties/resets to "" for
all interfaces when clicking on "Add another interface". This also happens to
the already saved interfaces.

4) Vendor details page

* The new information is not displaying correctly (see screenshot). I did a
yarn build and reset_all, nothing would fix. Background is wrong and also the
line height doesn't match with the other sections on the page.

5) Database update and sample data

* This appears complete and correct :)

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


More information about the Koha-bugs mailing list