projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091d78a
)
Global flag for setting Located URI behavioral mode
author
Mike Rylander
<mrylander@gmail.com>
Wed, 22 Jan 2014 16:06:50 +0000
(11:06 -0500)
committer
Jeff 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
patch
|
blob
|
history
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
62f6da8
..
2f8f839
100644
(file)
--- 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',