From 45b2ed765c2664ce37a495203fdc6e28f9da888e Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Wed, 10 Feb 2021 16:46:31 +0000 Subject: [PATCH] Seed Values Missing Parens and Consistency - Fix missing Parens in Seed Values - Ensure added Seed Value is consistent with upgrade script Signed-off-by: Kyle Huckins Signed-off-by: Bill Erickson --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 a42997efc9..9194e65f8e 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -19516,11 +19516,12 @@ VALUES ( 'cwst', 'label' ) ), ( - 'eg.grid.asset.ouSettings', 'gui', 'object', + 'eg.grid.admin.actor.org_unit_settings', 'gui', 'object', oils_i18n_gettext( - 'eg.grid.asset.ouSettings', - 'Grid Config: asset.ouSettings', + 'eg.grid.admin.actor.org_unit_settings', + 'Grid Config: admin.actor.org_unit_settings', 'cwst', 'label' + ) ), ( 'eg.cat.record.summary.collapse', 'gui', 'bool', oils_i18n_gettext( -- 2.11.0