Skip to content

Commit

Permalink
feat:用户个人视角 权限管理优化 #11138
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 4, 2024
1 parent 2cc000a commit 7e2379e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ class RbacPermissionManageFacadeServiceImpl(
else -> JoinedType.DIRECT
},
operator = "",
beingHandedOver = groupsBeingHandover.contains(groupId)
beingHandedOver = authResourceGroupMember.memberType == MemberType.USER.type
&& groupsBeingHandover.contains(groupId)
)
}

Expand Down

0 comments on commit 7e2379e

Please sign in to comment.