LP1913338 Catalog search form visibility stickiness WIP user/berick/lp1913338-staffcat-sticky-search-display
authorBill Erickson <berickxx@gmail.com>
Thu, 28 Jan 2021 20:42:23 +0000 (15:42 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 28 Jan 2021 20:42:23 +0000 (15:42 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index bf9b329..ed5dbf5 100644 (file)
@@ -21238,3 +21238,14 @@ VALUES (
         'cwst', 'label'
     )
 );
+
+INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
+VALUES (
+    'eg.catalog.search.form.open', 'gui', 'bool',
+    oils_i18n_gettext(
+        'eg.catalog.search.form.open',
+        'Catalog Search Form Visibility Sticky Setting',
+        'cwst', 'label'
+    )
+);
+