https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35287 --- Comment #41 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 169731 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169731&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 Signed-off-by: Edith Speller <edith.speller@ukhsa.gov.uk> Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> -- You are receiving this mail because: You are watching all bug changes.