Bug 7892 introduced UniqueItemFields but did not add it to sysprefs.sql.
Created attachment 17622 [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
Created attachment 17624 [details] [review] Bug 10103 UniqueItemFields is missing from sysprefs.sql Bug 7178 introduced UniqueItemFields but did not add it to sysprefs.sql. Also fixes an unrelated missing semicolon in sysprefs.sql
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
Created attachment 17698 [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>
Add missing syspref in syspref.sql file. Marked as Passed QA.
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>
This patch has been pushed to master and 3.12.x.