From: Mike Rylander Date: Wed, 22 Jan 2014 16:06:50 +0000 (-0500) Subject: Global flag for setting Located URI behavioral mode X-Git-Tag: sprint4-merge-nov22~2330 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b11cd783e94c73b886229a574dc28c93ecb3b88b;p=working%2FEvergreen.git Global flag for setting Located URI behavioral mode Signed-off-by: Mike Rylander Signed-off-by: Jeff Godin --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 62f6da8c7f..2f8f83983a 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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',