We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0837d60 commit f4efdcaCopy full SHA for f4efdca
apps/common/constants/permission_constants.py
@@ -267,8 +267,8 @@ def get_workspace_role(self):
267
Group.WORKSPACE_USER_GROUP.value: _("User Group"),
268
Group.WORKSPACE_CHAT_USER.value: _("Chat User"),
269
Group.WORKSPACE_WORKSPACE.value: _("Workspace"),
270
- Group.APPLICATION_CHAT_LOG.value: _("Dialogue log")
271
-
+ Group.APPLICATION_CHAT_LOG.value: _("Dialogue log"),
+ Group.WORKSPACE_ROLE.value: _("Role"),
272
}
273
274
0 commit comments