Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Role permission, api resource not displaying bug #4387

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

Achintha444
Copy link
Contributor

Purpose

role permission, api resource not displaying bug fixed

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@dasuni-30
Copy link
Contributor

Title suggestion: Fix Role permission, api resource not displaying bug

@@ -88,6 +90,10 @@ const CreateRoleWizard: FunctionComponent<CreateRoleProps> = (props: CreateRoleP

const roleAudience: string = stepperState[ CreateRoleStepsFormTypes.BASIC_DETAILS ].roleAudience;
const organizationId: string = store.getState().organization.organization.id;
const selectedPermissionsList: CreateRolePermissionInterface[] = selectedPermissions?.flatMap(
(permission: SelectedPermissionsInterface) => (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we improve formatting here

@dasuni-30 dasuni-30 merged commit cfc7fb4 into wso2:master Oct 27, 2023
4 checks passed
@Achintha444 Achintha444 changed the title Role permission, api resource not displaying bug fixed Fix Role permission, api resource not displaying bug Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants