From: Bill Erickson Date: Thu, 13 Feb 2014 20:28:39 +0000 (-0500) Subject: LP#1269911 seed data SQL repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3089a281712cbf8729b0774d53c09bbd67af11d1;p=working%2FEvergreen.git LP#1269911 seed data SQL repairs Products of merge conflict resolution with the mvf-cra branch. * repaired syntax error * removed some duplicate global flag entries Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 9ab50f8b2b..d3b942bdef 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -6064,7 +6064,7 @@ INSERT INTO config.record_attr_definition (name, label, multi, filter, composite VALUES ('icon_format', oils_i18n_gettext('icon_format', 'OPAC Format Icons', 'crad', 'label'), TRUE, TRUE, TRUE); INSERT INTO config.record_attr_definition (name, label, multi, filter, composite) VALUES ('mr_hold_format', oils_i18n_gettext('mr_hold_format', 'Metarecord Hold Formats', 'crad', 'label'), - TRUE, TRUE, TRUE + TRUE, TRUE, TRUE); -- TO-DO: Auto-generate these values from CLDR -- XXX These are the values used in MARC records ... does that match CLDR, including deprecated languages? @@ -9652,18 +9652,6 @@ INSERT INTO config.global_flag (name, label, value, enabled) VALUES ( TRUE ); -INSERT INTO config.record_attr_definition - (name, label, multi, filter, composite) VALUES ( - 'icon_format', - oils_i18n_gettext( - 'icon_format', - 'OPAC Format Icons', - 'crad', - 'label' - ), - TRUE, TRUE, TRUE -); - INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype) VALUES ( 'history.circ.retention_age', @@ -13899,19 +13887,6 @@ INSERT INTO config.floating_group(name) VALUES ('Everywhere'); INSERT INTO config.floating_group_member(floating_group, org_unit) VALUES (1, 1); INSERT INTO config.global_flag (name, label, value, enabled) VALUES ( - 'opac.icon_attr', - oils_i18n_gettext( - 'opac.icon_attr', - 'OPAC Format Icons Attribute', - 'cgf', - 'label' - ), - 'icon_format', - TRUE -); - - -INSERT INTO config.global_flag (name, label, value, enabled) VALUES ( 'opac.metarecord.holds.format_attr', oils_i18n_gettext( 'opac.metarecord.holds.format_attr',