[Koha-bugs] [Bug 30848] New: Introduce Koha::Filter::AuthorizedValues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 25 16:19:31 CEST 2022


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

            Bug ID: 30848
           Summary: Introduce Koha::Filter::AuthorizedValues
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

I think we should introduce a Koha::Filter for replacing AV codes with AV
values in the MARC::Record.. we already do this using
C4::XSLT::transformMARCXML4XSLT but I believe a RecordProcessor makes more
sense than to hide the function away in the defunct XSLT module.

We can then use this anywhere we have a RecordProcessor instantiated and get
the goodness of filtered MARC::Records.

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


More information about the Koha-bugs mailing list