Skip to content

Commit f4efdca

Browse files
committed
refactor: permission
1 parent 0837d60 commit f4efdca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/common/constants/permission_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ def get_workspace_role(self):
267267
Group.WORKSPACE_USER_GROUP.value: _("User Group"),
268268
Group.WORKSPACE_CHAT_USER.value: _("Chat User"),
269269
Group.WORKSPACE_WORKSPACE.value: _("Workspace"),
270-
Group.APPLICATION_CHAT_LOG.value: _("Dialogue log")
271-
270+
Group.APPLICATION_CHAT_LOG.value: _("Dialogue log"),
271+
Group.WORKSPACE_ROLE.value: _("Role"),
272272
}
273273

274274

0 commit comments

Comments
 (0)