Global flag for setting Located URI behavioral mode
authorMike Rylander <mrylander@gmail.com>
Wed, 22 Jan 2014 16:06:50 +0000 (11:06 -0500)
committerJeff Godin <jgodin@tadl.org>
Mon, 17 Feb 2014 17:36:35 +0000 (12:36 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 62f6da8..2f8f839 100644 (file)
@@ -9365,6 +9365,18 @@ VALUES (
     )
 );
 
+INSERT INTO config.global_flag (name, enabled, label)
+VALUES (
+    'opac.located_uri.act_as_copy',
+    FALSE,
+    oils_i18n_gettext(
+        'opac.located_uri.act_as_copy',
+        'When enabled, Located URIs will provide visiblity behavior identical to copies.',
+        'cgf',
+        'label'
+    )
+);
+
 INSERT INTO config.usr_setting_type (name,opac_visible,label,description,datatype)
     VALUES (
         'history.circ.retention_age',