[Koha-bugs] [Bug 35287] Add additional fields support to ERM Licenses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 15:41:53 CET 2023


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

--- Comment #4 from Pedro Amorim <pedro.amorim at 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.


More information about the Koha-bugs mailing list