15 Sep
2023
15 Sep
'23
4:25 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32607 --- Comment #24 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 155683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155683&action=edit Bug 32607: Add Koha::RecordSource(s) classes This patch introduces classes for handling record sources. The Koha::RecordSource->store method takes care of generating the `api_token` attribute if required. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/RecordSource.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.