Bug 10103

Summary: UniqueItemFields is missing from sysprefs.sql
Product: Koha Reporter: Mirko Tietgen <mirko>
Component: System AdministrationAssignee: Mirko Tietgen <mirko>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 10103 UniqueItemFields is missing from sysprefs.sql
Bug 10103 UniqueItemFields is missing from sysprefs.sql
Bug 10103 UniqueItemFields is missing from sysprefs.sql
Bug 10103 UniqueItemFields is missing from sysprefs.sql

Description Mirko Tietgen 2013-04-23 15:55:45 UTC
Bug 7892 introduced UniqueItemFields but did not add it to sysprefs.sql.
Comment 1 Mirko Tietgen 2013-04-23 16:07:38 UTC Comment hidden (obsolete)
Comment 2 Mirko Tietgen 2013-04-23 16:25:02 UTC Comment hidden (obsolete)
Comment 3 Mirko Tietgen 2013-04-23 16:47:09 UTC
Test Plan:

- Apply patch
- Do a new installation
- In mySQL do 'SELECT * FROM systempreferences WHERE variable = 'UniqueItemFields';', check if 'UniqueItemFields' is present (and not all lowercase)
- If yes, sign off the patch
Comment 4 Kyle M Hall 2013-04-26 12:51:24 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2013-04-26 13:19:34 UTC
Add missing syspref in syspref.sql file.
Marked as Passed QA.
Comment 6 Jonathan Druart 2013-04-26 13:20:20 UTC
Created attachment 17703 [details] [review]
Bug 10103 UniqueItemFields is missing from sysprefs.sql

Bug 7892 introduced UniqueItemFields but did not add it to sysprefs.sql.
Also fixes an unrelated  missing semicolon in sysprefs.sql

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 7 Jared Camins-Esakov 2013-04-26 22:18:26 UTC
This patch has been pushed to master and 3.12.x.