From ab39f13e0398ffb125120a9f27f49c6e0aeee44b Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Fri, 21 Mar 2025 17:45:56 +0800 Subject: [PATCH] misc: added reference to permission docs --- .../UpgradePrivilegeSystemModal.tsx | 48 ++++++++++++++++++- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/organization/AccessManagementPage/components/UpgradePrivilegeSystemModal/UpgradePrivilegeSystemModal.tsx b/frontend/src/pages/organization/AccessManagementPage/components/UpgradePrivilegeSystemModal/UpgradePrivilegeSystemModal.tsx index a93283090..b4cd3d230 100644 --- a/frontend/src/pages/organization/AccessManagementPage/components/UpgradePrivilegeSystemModal/UpgradePrivilegeSystemModal.tsx +++ b/frontend/src/pages/organization/AccessManagementPage/components/UpgradePrivilegeSystemModal/UpgradePrivilegeSystemModal.tsx @@ -91,8 +91,52 @@ export const UpgradePrivilegeSystemModal = ({ isOpen, onOpenChange }: Props) =>

New system: Users need explicit permission to modify specific access levels, providing targeted control. After upgrading, you'll need to - grant the new 'Manage Privileges' permission at organization or project - level. + grant the new 'Manage Privileges' permission. At the organization level, + this is available for the{" "} + + Groups + {" "} + and{" "} + + Identity + {" "} + subjects while at the project level, this is available for the{" "} + + Member, + {" "} + + Groups, + {" "} + and{" "} + + Identity + {" "} + subjects.