Skip to content

Commit

Permalink
Merge pull request #7040 from pavinduLakshan/fix_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Oct 25, 2024
2 parents e64a550 + c37c2bb commit c47a13b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/swift-walls-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.console-settings.v1": patch
---

Hide groups tab in console roles edit view in managed deployments
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const ConsoleRolesEdit: FunctionComponent<ConsoleRolesEditPropsInterface> = (
</ResourceTab.Pane>
)
},
((isFirstLevelOrganization() && isEnterpriseLoginEnabled) || isSubOrganization()) && {
((isFirstLevelOrganization() && !isPrivilegedUsersInConsoleSettingsEnabled) || isSubOrganization()) && {
menuItem: t("roles:edit.menuItems.groups"),
render: () => (
<ResourceTab.Pane controlledSegmentation attached={ false }>
Expand Down

0 comments on commit c47a13b

Please sign in to comment.