[Koha-bugs] [Bug 33003] Show the vendor type description on vendor detail page when AV is used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 23 10:43:59 CET 2023


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

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

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

--- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Jonathan Druart from comment #6)
> Should not we fallback to the original value of the AV does not exist?
> 
> To recreate:
> Don't have VENDOR_TYPE
> Add a type (free text)
> Add the av category + create some values
> Edit the vendor, save
> => You lost the original value.

This is a known data loss issue we struggle in some places with, but it's not
reason to fail this patch :)

* This is a display fix, it doesn't touch the pull down/edit page at all.
* The same code is used in the result list already.
* If you have no matching AV entry, the code will display, so it works for both
types: libraries using the AV and the ones not using it.
* The category will be added as system_internal in bug 33004, so ALL will have
it an cannot get rid of it.

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


More information about the Koha-bugs mailing list