LP#1750894 server settings release notes
authorBill Erickson <berickxx@gmail.com>
Tue, 29 May 2018 18:41:27 +0000 (14:41 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 29 May 2018 18:41:27 +0000 (14:41 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
docs/RELEASE_NOTES_NEXT/Client/workstation-server-settings.adoc

index 6601ee6..db62d59 100644 (file)
@@ -31,6 +31,20 @@ whether a value is applied) and no user or workstation setting type exists.
 Upgrade Notes
 +++++++++++++
 
+A new permission APPLY_WORKSTATION_SETTING has been added to control who
+may apply values to workstation settings.  Use something like the following
+to apply the permission to all staff accounts (mileage may vary):
+
+[source,sh]
+--------------------------------------------------------------------------
+INSERT INTO permission.grp_perm_map (grp, perm, depth) 
+VALUES (
+    (SELECT id FROM permission.grp_tree WHERE name = 'Staff'), -- name may vary
+    (SELECT id FROM permission.perm_list WHERE code = 'APPLY_WORKSTATION_SETTING'),
+    0 -- or 1, 2, etc.
+);
+--------------------------------------------------------------------------
+
 Workstation setting types matching values previously stored in the browser
 (via localStorage or Hatch) are created as part of this feature.  During
 upgrade, admins should consider whether any of these new setting types