From 448cdcb31fd480ae521b92fcbb6791c6b9c79f16 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Wed, 5 Aug 2020 00:23:55 -0400 Subject: [PATCH] Update domain's describe-settings for clarity. --- domain-server/resources/describe-settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index 8e57a9b683..d658e5d8ce 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -414,6 +414,7 @@ "name": "group_permissions", "type": "table", "caption": "Permissions for Users in Groups", + "help": "For groups that are supplied through OAuth, you will need to denote them by putting an \"@\" symbol in front of each item. e.g. \"@silver\"", "categorize_by_key": "permissions_id", "can_add_new_categories": true, "can_add_new_rows": false, @@ -542,6 +543,7 @@ "name": "group_forbiddens", "type": "table", "caption": "Permissions Denied to Users in Groups", + "help": "For groups that are supplied through OAuth, you will need to denote them by putting an \"@\" symbol in front of each item. e.g. \"@silver\"", "categorize_by_key": "permissions_id", "can_add_new_categories": true, "can_add_new_rows": false,