Skip to content

Commit b93ade4

Browse files
committed
fix: Permission label
1 parent 9cc051d commit b93ade4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/common/constants/permission_constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ def get_workspace_role(self):
361361
Group.SYSTEM_RES_KNOWLEDGE.value: _("Knowledge"),
362362
Group.SYSTEM_RES_KNOWLEDGE_DOCUMENT.value: _("Document"),
363363
Group.SYSTEM_RES_KNOWLEDGE_PROBLEM.value: _("Problem"),
364+
Group.SYSTEM_RES_KNOWLEDGE_HIT_TEST.value: _("Hit-Test"),
365+
Group.SYSTEM_RES_KNOWLEDGE_CHAT_USER.value: _("Dialogue users"),
364366
Group.WORKSPACE_USER_GROUP.value: _("User Group"),
365367
Group.WORKSPACE_CHAT_USER.value: _("Chat User"),
366368
Group.WORKSPACE_WORKSPACE.value: _("Workspace"),

0 commit comments

Comments
 (0)