LP#1533329: release notes for restricted opt-in
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Sat, 20 Feb 2016 01:30:36 +0000 (17:30 -0800)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Mar 2016 01:35:36 +0000 (20:35 -0500)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
docs/RELEASE_NOTES_NEXT/Circulation/restrict_opt_in.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/restrict_opt_in.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/restrict_opt_in.adoc
new file mode 100644 (file)
index 0000000..5046293
--- /dev/null
@@ -0,0 +1,33 @@
+Selectively disallow opt-in based on patron's home library
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+A new org unit setting has been added which enables a library to prevent their
+patrons from being opted in at other libraries.
+
+For example, consider the following org unit hierarchy:
+
+       Org Units          Depth
+
+          CONS              0
+           |
+      +-----+-----+
+      |           |
+     SYS1        SYS2       1
+      |           |
+   +--+--+     +--+--+
+   |     |     |     |
+  BR1   BR2   BR3   BR4     2
+
+Suppose that SYS1 wishes to prevent its patrons from being opted in at SYS2.
+To accomplish this, it sets the value of the "Restrict patron opt-in to home
+library and related orgs at specified depth" setting to 1, meaning that patrons
+at SYS1 libraries at or below that depth in the org tree cannot be opted in by
+libraries outside that part of the org tree.  Thus, BR1 patrons can be opted in
+at BR2, but not at BR3 or BR4.
+
+(This setting is distinct from the "Patron Opt-In Boundary" setting, which
+merely determines the depth at which Evergreen prompts for the patron to opt
+in.)
+
+New Library Setting
++++++++++++++++++++
+  * Restrict patron opt-in to home library and related orgs at specified depth (org.restrict_opt_to_depth)