Bug 9837

Summary: Fix Norwegian authorized values for the web installer
Product: Koha Reporter: Magnus Enger <magnus>
Component: Installation and upgrade (web-based installer)Assignee: Magnus Enger <magnus>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: chris, gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 9837 - Fix Norwegian authorized values for the web installer
Signed off patch
[PASSED QA] Bug 9837 - Fix Norwegian authorized values for the web installer

Description Magnus Enger 2013-03-18 15:18:30 UTC
Some authorized values are not translated, some are missing.
Comment 1 Magnus Enger 2013-03-18 15:27:36 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2013-03-29 10:09:52 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2013-03-30 20:24:45 UTC
Created attachment 17054 [details] [review]
[PASSED QA] Bug 9837 - Fix Norwegian authorized values for the web installer

This patch fixes the file of authorized values that is used when
the web installer is run in Norwegian:

Not translated: BOR_NOTES
Missing: REPORT_GROUP

To test:
- Install the Norwegian translation
- Run through the web installer in Norwegian
- Make sure the auth_val.sql file is included
- Check that there are no errors in the web installer
- Check that the BOR_NOTES and REPORT_GROUPS values are present
  in Home > Administration > Authorized values

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

I can't test the validity of the translation, but it doesn't break
anything :)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
SQL and NORMARC only, works alright.
Comment 4 Jared Camins-Esakov 2013-03-31 02:50:20 UTC
This patch has been pushed to master.
Comment 5 Chris Cormack 2013-03-31 06:47:49 UTC
Pushed to 3.10.x will be in 3.10.5
Comment 6 Magnus Enger 2013-04-03 19:24:07 UTC
Works as expected (tested with packages built off current master).