From: Jeff Davis Date: Tue, 19 Aug 2014 18:07:16 +0000 (-0700) Subject: Release notes for secondary permission groups editor (LP #868653) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8843d0b23c24f3f88866e1442a441e46bd7dc7cc;p=working%2FEvergreen.git Release notes for secondary permission groups editor (LP #868653) Signed-off-by: Jeff Davis --- diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/secondary-perm-groups.txt b/docs/RELEASE_NOTES_NEXT/Circulation/secondary-perm-groups.txt new file mode 100644 index 0000000000..e9c229a023 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Circulation/secondary-perm-groups.txt @@ -0,0 +1,16 @@ +UI for Secondary Permission Groups +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The patron registration/edit screen now has an interface for adding +secondary permission groups (profiles) to a user account. This gives +library staff the ability to assign sets of permissions from multiple +permission groups to a single user. For example, if you have a +cataloger who also does acquisitions, and you have separate permission +groups for Catalogers and Acquisitions, the new UI allows you to add +ecquisitions as a secondary perm group on the cataloger's account, thus +granting all Acquisitions permissions to that user without changing the +user's primary profile group. + +Library staff require the CREATE_USER_GROUP_LINK permission (which +already exists in Evergreen) in order to add or remove a user's +secondary permission groups.