From 810322a2acf01cb73e930e6ca44d77fd3363ae28 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 27 Nov 2017 11:08:23 -0500 Subject: [PATCH] LP#1691269: (follow-up) include new cust in seed data Also s/Copier/Copy/. Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 6 ++++++ .../Pg/upgrade/XXXX.schema.webstaff.cat.copy.templates.sql | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 152f508105..03f992f133 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -2663,6 +2663,12 @@ INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatyp oils_i18n_gettext('staff_client.copy_editor.templates', 'Copy Editor Template', 'cust', 'description'), 'object'); +INSERT INTO config.usr_setting_type (name, label, description, datatype) + VALUES ('webstaff.cat.copy.templates', + oils_i18n_gettext('webstaff.cat.copy.templates', 'Web Client Copy Editor Templates', 'cust', 'label'), + oils_i18n_gettext('webstaff.cat.copy.templates', 'Web Client Copy Editor Templates', 'cust', 'description'), + 'object'); + INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype) VALUES ('circ.holds_behind_desk', FALSE, oils_i18n_gettext('circ.holds_behind_desk', 'Hold is behind Circ Desk', 'cust', 'label'), diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.webstaff.cat.copy.templates.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.webstaff.cat.copy.templates.sql index 1202751c0e..9b9cee3c4e 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.webstaff.cat.copy.templates.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.webstaff.cat.copy.templates.sql @@ -3,6 +3,6 @@ BEGIN; SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version); INSERT INTO config.usr_setting_type (name, label, description, datatype) - VALUES ('webstaff.cat.copy.templates', 'Web Client Copier Editor Templates', 'Web Client Copy Editor Templates', 'object'); + VALUES ('webstaff.cat.copy.templates', 'Web Client Copy Editor Templates', 'Web Client Copy Editor Templates', 'object'); COMMIT; -- 2.43.2