Bug 39760

Summary: Add option to OAI-PMH harvester for protecting record from modification
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mathieu Saby 2025-04-28 12:13:10 UTC
Once a record is harvested from an OAI repository, a record is created in Koha. If the record is modified in the source repository, it will be re-harvested and the Koha record will be modified (well, I suppose it is the case...).

In most situation this will be fine, but we can have workflows in which the Koha record is modified manually or by a plugin (for example, we can imagine a process which adds an abstract to the record). In that case it could be nice to be able to "protect" the Koha record globally or only for some fields.

I have no idea of the best way of doing that.