staff portal: seed: add grid setting
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 3 Aug 2021 22:38:51 +0000 (18:38 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 1 Sep 2021 18:42:30 +0000 (14:42 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/sql/Pg/upgrade/YYYY.data.default_portal_page.sql

index f2bcf4a..4dbdd52 100644 (file)
@@ -19,5 +19,16 @@ VALUES
 
 SELECT setval('config.ui_staff_portal_page_entry_id_seq', 100);
 
+
+INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
+VALUES (
+    'eg.grid.admin.config.ui_staff_portal_page_entry', 'gui', 'object',
+    oils_i18n_gettext(
+        'eg.grid.admin.config.ui_staff_portal_page_entry',
+        'Grid Config: admin.config.ui_staff_portal_page_entry',
+        'cwst', 'label'
+    )
+);
+
 COMMIT;