Global flag for setting Located URI behavioral mode
authorMike Rylander <mrylander@gmail.com>
Wed, 22 Jan 2014 16:06:50 +0000 (11:06 -0500)
committerroot <root@ip-10-236-149-243.ec2.internal>
Mon, 17 Feb 2014 15:38:26 +0000 (15:38 +0000)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
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',