From bc9e73f82a6d6e533d21cdbd0003d2087a95d88b Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Fri, 19 Feb 2016 17:30:36 -0800 Subject: [PATCH] LP#1533329: release notes for restricted opt-in Signed-off-by: Jeff Davis Signed-off-by: Galen Charlton --- .../Circulation/restrict_opt_in.adoc | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/restrict_opt_in.adoc 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 index 0000000000..5046293916 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Circulation/restrict_opt_in.adoc @@ -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) -- 2.43.2