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