9 Nov
2023
9 Nov
'23
8:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35287 --- Comment #4 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 158728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158728&action=edit Bug 35287: Preparation: AdditionalFields License Mixin Koha::Object::Mixin::AdditionalFields needs to come before Koha::Object in the inheritance so that the strings_map method that is called is the one from Mixin and not from Koha::Object. This is only required for Koha classes implementing the AdditionalFields Mixin and expose data through the REST API, because strings_map is implement in both the aforementioned classes -- You are receiving this mail because: You are watching all bug changes.