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

            Bug ID: 25460
           Summary: Update OAI set (and optionally embed item information)
                    when adding/editing/deleting items
 Change sponsored?: Sponsored
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Web services
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Currently the if you have a OAI set with mappings containing 952 subfields then
when library staff add/edit/delete items the OAI set is not updated. 

OAI sets are only updated if:

* OAI-PMH:AutoUpdateSets syspref is enabled & biblio record is
added/edited/deleted

This is because C4::OAI::Sets->UpdateOAISetsBiblio() is called from 
C4::Biblio->AddBiblio() or C4::Biblio->ModBiblio() neither of which are
executed on adding/editing/deleting items. 

This patch will call C4::OAI::Sets->UpdateOAISetsBiblio() when
adding/editing/deleting items as well as biblios if OAI-PMH:AutoUpdateSets
syspref is enabled.

It will also allow library staff to define if they want item information
embedded in these automatic updates. i.e. they have mappings on 952 field and
want those subfields to be checked when adding/editing/deleting items.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to