https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962
--- Comment #116 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194317 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194317&action=edit Bug 14962: (QA follow-up) Fix display_name type and required mismatch in OpenAPI definition The database defines display_name as varchar(255) DEFAULT NULL (nullable), but the OpenAPI definition declared it as a non-nullable string and listed it in the required array. This contradicted the schema. Allow null for display_name and remove it from required to match the actual database column definition. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <[email protected]> -- 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/
