Summary: | xmlControlField.js always fetches the value_builder xml files in the "en" directory. | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédérick Capovilla <fcapovilla> |
Component: | Cataloging | Assignee: | Frédérick Capovilla <fcapovilla> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Fix xmlControlfield.js so the xml files are fetched in the correct language directory.
[SIGNED-OFF] Bug 6715 - Fix xmlControlfield.js so the xml files are fetched in the correct language directory. |
Description
Frédérick Capovilla
2011-08-12 17:40:46 UTC
Created attachment 4986 [details] [review] Fix xmlControlfield.js so the xml files are fetched in the correct language directory. Patch attached. Please note that the xml files still can't be translated by the "translate" script. (See Bug 6709) To test this patch, you'll have to manually modify the xml files of a language other than "en". Also note that the xml file might still be in your browser cache. Remember to empty your browser cache when testing this patch. Created attachment 4998 [details] [review] [SIGNED-OFF] Bug 6715 - Fix xmlControlfield.js so the xml files are fetched in the correct language directory. xmlControlfield.js was always fetching the "en" xml file, preventing the translations from working. http://bugs.koha-community.org/show_bug.cgi?id=6715 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> - Apply patch - Install language files, example: perl translate install de-DE - Edit .xml files for value builders 006 and 008 - Test by creating a new record and using value builders Easy patch to read, adds valuable information to templates, marking as Passed QA Pushed, please test The fix for this bug was published in the 3.4.5 release. If you were the reporter of this bug, please take time to verify the fix and update the status of this bug report accordingly. If the bug is fixed to your satisfaction, please close this report. There have been no further reports of problems so I am marking this bug resolved. |