[Koha-bugs] [Bug 31801] REST API: PUT endpoint for Biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 8 14:14:23 CET 2023


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

--- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jan Kissig from comment #5)
> To respect MARCOverlayRules the call of ModBiblio could be extended like
> this:
> 
> ModBiblio( $record, $biblionumber, $frameworkcode, { overlay_context => {
> source => 'API biblios' } } );

This is an interesting point. If we think we will eventually replace our
current code with an API-driven UI, having an 'API biblios' record source
doesn't feel useful.

That's why we are introducing the concept of configurable record sources on bug
32607. With that in mind, the record source will be undefined in case of
regular cataloguing, or a specific one based on a header with an allow list of
users that can impersonate the record source.

Once we have that, we can move the cataloguing sources in the MARC overlay
rules pages into the record sources tables, and adapt the code so it is used
from there.

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


More information about the Koha-bugs mailing list