In 3.10 there is a new feature to group and subgroup reports. In order to make this easier to use we should add some REPORT_GROUP values to the sample data. I took the modules from the updatedatabase script: $dbh->do("INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'CIRC', 'Circulation'), ('REPORT_GROUP', 'CAT', 'Catalog'), ('REPORT_GROUP', 'PAT', 'Patrons'), ('REPORT_GROUP', 'ACQ', 'Acquisitions'), ('REPORT_GROUP', 'ACC', 'Accounts');");
Created attachment 13500 [details] [review] Bug 9101: Add REPORT_GROUP to sample data To test: Option 1) Run the English and German web installer and check authorised values have been added correctly. Option 2) Run SQL code from auth_val.sql for German and English against your database and check the authorised values have been added correctly.
Created attachment 13501 [details] [review] Bug 9101: Add REPORT_GROUP to sample data To test: Option 1) Run the English and German web installer and check authorised values have been added correctly. Option 2) Run SQL code from auth_val.sql for German and English against your database and check the authorised values have been added correctly.
Created attachment 13596 [details] [review] Bug 9101: Add REPORT_GROUP to sample data To test: Option 1) Run the English and German web installer and check authorised values have been added correctly. Option 2) Run SQL code from auth_val.sql for German and English against your database and check the authorised values have been added correctly. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Created attachment 14007 [details] [review] Bug 9101: Add REPORT_GROUP to sample data To test: Option 1) Run the English and German web installer and check authorised values have been added correctly. Option 2) Run SQL code from auth_val.sql for German and English against your database and check the authorised values have been added correctly. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
QA comment: * tiny patch, only changes something during installation * I've fixed a conflict problem in german file, and tested the file can be loaded passed QA
This patch has been pushed to master.
Pushed to 3.10.x, will be in 3.10.1