https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34920
--- Comment #11 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
