https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35380 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|PUT /biblios/:biblio_id |PUT /biblios/:biblio_id |doesn't respect overlay |doesn't apply record |rules |overlay rules Text to go in the|This fixes API requests |This fixes API requests release notes|that update a bibliographic |that update a bibliographic |record (PUT |record (PUT |/biblios/:biblio_id) so |/biblios/:biblio_id) so |that they apply the record |that they apply the record |overlay rules if defined in |overlay rules if defined in |Administration > catalog > |Administration > Catalog > |Record overlay rules > |Record overlay rules > |Module = source. |Module = source. | | |The predefined values for |The predefined values for |record sources are: |record sources are: |- batchmod (Batch record |- batchmod (Batch record |modification) |modification) |- intranet (Staff interface |- intranet (Staff interface |MARC editor) |MARC editor) |- batchimport (Stage MARC |- batchimport (Stage MARC |import) |import) |- z3950 (Z39.50 import) |- z3950 (Z39.50 import) |- bulkmarcimport (Bulk |- bulkmarcimport (Bulk |import command line script) |import command line script) |- import_lexile (Lexile.com |- import_lexile (Lexile.com |scores from CSV using the |scores from CSV using the |command line script) |command line script) |and can be expanded in |and can be expanded in |Administration -> Record |Administration > Catalog > |Sources. |Record sources. --- Comment #62 from David Nind <david@davidnind.com> --- (In reply to Lucas Gass (lukeg) from comment #61)
(In reply to David Nind from comment #60)
Is "additional_work_needed" still required?
No, sorry about that! Removing the keyword.
No worries 8-) -- You are receiving this mail because: You are watching all bug changes.