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

Add support for inviting users from parent organization to sub-organization #4286

Merged
merged 17 commits into from
Oct 25, 2023

Conversation

Shenali-SJ
Copy link
Contributor

@Shenali-SJ Shenali-SJ commented Oct 23, 2023

Purpose

This introduces the functionality of inviting users from the parent organization to the sub-organization.

Related Issues

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

@pavinduLakshan
Copy link
Contributor

Shall we use a more descriptive PR title?

Eg:

-Parent user invitation
+Add support for inviting users from parent organization to sub-organization

@pavinduLakshan
Copy link
Contributor

Please resolve the conflicts as well :)

@Shenali-SJ Shenali-SJ changed the title Parent user invitation Add support for inviting users from parent organization to sub-organization Oct 23, 2023
[ userTypeSelection === UserAccountTypesMain.EXTERNAL
? t("console:manage.features.parentOrgInvitations." +
"emptyPlaceholder.noExpiredInvitations")
: "There are no collaborator users with expired invitations at the moment."
Copy link
Contributor

Choose a reason for hiding this comment

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

Reminder on this

@@ -136,13 +186,59 @@ export const AddUserWizard: FunctionComponent<AddUserWizardPropsInterface> = (

const [ alert, setAlert, alertComponent ] = useWizardAlert();

const [ wizardSteps, setWizardSteps ] = useState<WizardStepInterface[]>([]);

const [ selectedUserStore, setSelectedUserStore ] = useState<string>("PRIMARY"); //TODO change
Copy link
Contributor

Choose a reason for hiding this comment

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

Reminder on this

apps/console/src/features/users/pages/users.tsx Outdated Show resolved Hide resolved
DonOmalVindula
DonOmalVindula previously approved these changes Oct 25, 2023
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2021-2023, WSO2 LLC. (https://www.wso2.com).
* Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com).
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's avoid changing this

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.

6 participants