Bug 39760 - Add option to OAI-PMH harvester for protecting record from modification
Summary: Add option to OAI-PMH harvester for protecting record from modification
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-28 12:13 UTC by Mathieu Saby
Modified: 2025-04-28 12:13 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.