From: Jason Stephenson Date: Wed, 27 Apr 2022 13:50:06 +0000 (-0400) Subject: Lp1969967: Add release note X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdyrcona%2Flp1969967-phone-notifications-yaous;p=working%2FEvergreen.git Lp1969967: Add release note Signed-off-by: Jason Stephenson --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/allow_phone_notifications.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/allow_phone_notifications.adoc new file mode 100644 index 0000000000..5dae1789f0 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/allow_phone_notifications.adoc @@ -0,0 +1,18 @@ +allow_phone_notifications Setting Moved to Library Settings +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The `allow_phone_notifications` Boolean setting has been moved from +the `config.tt2` template files to the Library Settings Editor. It is +identified in the editor by the label "Enable phone notification +features." + +The new setting has the same effect as the previous one. Moving it to +the Library Settings allows different members of a consoritum to +enable or disable the phone notification features as they choose. The +previous setting had a global effect for all users of the same OPAC +instance. + +The setting (`opac.allow_phone_notifications`) is not set by default, +which has the same effect as setting it to 'false.' The setting needs +to be set to 'true' in order to enable the feautres. This is a change +in default behavior.