[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 Dec 7 13:28:55 CET 2023


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

PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #158728|0                           |1
        is obsolete|                            |

--- Comment #14 from PTFS Europe Sandboxes <sandboxes at ptfs-europe.com> ---
Created attachment 159637
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159637&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 at ukhsa.gov.uk>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list