Summary: | Fix sample itemtypes for translated installers | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | bgkriegel, gmcharlt, mathsabypro, paul.poulain, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10965 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 10513 | ||
Bug Blocks: | |||
Attachments: |
Bug 10969: Fix sample itemtypes for translated installers
[SIGNED-OFF] Bug 10969: Fix sample itemtypes for translated installers Bug 10969: Fix sample itemtypes for translated installers |
Description
Katrin Fischer
2013-09-29 16:48:45 UTC
Created attachment 21600 [details] [review] Bug 10969: Fix sample itemtypes for translated installers To test: - Install the specific language and run the web installer. Or: - Truncate or delete all from the itemtypes table in your database. - Try to run the complete SQL in the itemtypes sample files. Verify the table is filled correctly. Created attachment 21606 [details] [review] [SIGNED-OFF] Bug 10969: Fix sample itemtypes for translated installers To test: - Install the specific language and run the web installer. Or: - Truncate or delete all from the itemtypes table in your database. - Try to run the complete SQL in the itemtypes sample files. Verify the table is filled correctly. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Works for all languages. No koha-qa errors. Tested removing itemtypes, then loading new file, and checking on staff. For de, es, nb, and pl no problems. For ru I disable foreign keys constraint before TRUNCATE and reenable it afterwards. Marking as release blocker. And what about french db? is it needed too? Mathieu I checked all languages and French was using a differnt SQL statement. thank you PAtch fixing some weird MySQL, nothing specific to say about it, no possible side-effect for existing setup. passed QA Created attachment 22090 [details] [review] Bug 10969: Fix sample itemtypes for translated installers To test: - Install the specific language and run the web installer. Or: - Truncate or delete all from the itemtypes table in your database. - Try to run the complete SQL in the itemtypes sample files. Verify the table is filled correctly. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Works for all languages. No koha-qa errors. Tested removing itemtypes, then loading new file, and checking on staff. For de, es, nb, and pl no problems. For ru I disable foreign keys constraint before TRUNCATE and reenable it afterwards. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Pushed to master. Thanks, Katrin! |