[Koha-bugs] [Bug 28639] Embed see-from headings (from authorities) into bibliographic records at OAI repository level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 20 19:52:14 CET 2022


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

--- Comment #7 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Hi,

Atomic update is incorrect :
+            INSERT IGNORE INTO systempreferences
(variable,value,options,explanation,type) 
+            VALUES (
+                'EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from
headings for OAI', 'YesNo'

Value should be OAI-PMH:EmbedSeeFromInBibRecord

Also :

+    Koha::Filter::MARC::EmbedSeeFromHeadings->filter($record);

Does this work ?
Other call use the RecordProcessor :

https://git.koha-community.org/Koha-community/Koha/src/commit/a57278f39b8c5b7a82b21671f266dbf32e2d41a0/t/db_dependent/RecordProcessor_EmbedSeeFromHeadings.t#L60

Best regards,

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


More information about the Koha-bugs mailing list