Global flag for setting Located URI behavioral mode
authorMike Rylander <mrylander@gmail.com>
Wed, 22 Jan 2014 16:06:50 +0000 (11:06 -0500)
committerJason Etheridge <jason@esilibrary.com>
Wed, 2 Jul 2014 19:05:16 +0000 (15:05 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index da207e0..0bd9b1f 100644 (file)
@@ -9357,6 +9357,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',