Skip to content

Commit

Permalink
Merge pull request #6991 from pavinduLakshan/admin_settings_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Oct 15, 2024
2 parents 15e1cf4 + 92d1841 commit 897fae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-bulldogs-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.console-settings.v1": patch
---

Fix admin settings button visibility condition in console settings UI in first level orgs for managed deployments
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ const AdministratorsList: React.FunctionComponent<AdministratorsListProps> = (
topActionPanelExtension={ (
<Show when={ [ ...featureConfig?.users?.scopes?.create, ...featureConfig?.userRoles?.scopes?.update ] }>
{ !isSubOrganization() &&
isEnterpriseLoginEnabled &&
isPrivilegedUsersInConsoleSettingsEnabled && (
<Button
data-componentid={ `${componentId}-admin-settings-button` }
Expand Down

0 comments on commit 897fae2

Please sign in to comment.