[Koha-bugs] [Bug 14453] New: kohaidx is missing for id in authority-koha-indexdefs.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 24 16:05:13 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14453

            Bug ID: 14453
           Summary: kohaidx is missing for id in
                    authority-koha-indexdefs.xml
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: gmcharlt at gmail.com
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

In authority-koha-indexdefs.xml, all tags use the namespace "kohaidx" except
the tag "id".

When re-generating authority-zebra-indexdefs.xsl, the line :
  <xslo:variable name="idfield"
select="normalize-space(marc:controlfield[@tag='001'])"/>
is modified :
  <xslo:variable name="idfield" select="normalize-space()"/>
This is an error.

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


More information about the Koha-bugs mailing list