[Koha-bugs] [Bug 34920] ERM breaks if an ERM authorized value is missing a description

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 29 15:57:05 CET 2024


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

--- Comment #11 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
After further discussions it seems that we do not fallback to the code in other
part of Koha. We just display an empty string if the description is not
present.

This seems wrong and not needed, we should require a description but that's for
another bug report (add NOT NULL constraint at DB level).

For now we could simply return an empty string if the value is NULL, and not
change the REST API specs.

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


More information about the Koha-bugs mailing list