Summary: | MODS Export Broken on Package | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy, oleonard, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13469 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Nicole C. Engard
2015-03-26 21:03:16 UTC
Okay, I did a little more checking. The bug appears to be in /usr/share/koha/opac/cgi-bin/opac/unapi, line 201. It's concatenating the value of 'intranetdir' with "/koha-tmpl/intranet-tmpl/prog/en/xslt/", which is what is leading to the incorrect path. (In reply to Nicole C. Engard from comment #1) > Okay, I did a little more checking. The bug appears to be in > /usr/share/koha/opac/cgi-bin/opac/unapi, line 201. It's concatenating the > value of 'intranetdir' with "/koha-tmpl/intranet-tmpl/prog/en/xslt/", which > is what is leading to the incorrect path. There's a function that specifically chooses the correct path. It should use it. The intranetdir seems to have been removed by 13469 (but pushed before you have reported this bug report). Could you confirm it's still valid? I just tested MODS (XML) export from the detail page and it works fine. |