Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: allow selecting the initial organization for new users#16829

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 5 commits intomainfromlilac/new-user-pick-orgs
Mar 7, 2025

Conversation

aslilac
Copy link
Member

Comment on lines -38 to +32
const[autoComplete,setAutoComplete]=useState<{
value:string;
open:boolean;
}>({
value:value?.name??"",
open:false,
});
const[open,setOpen]=useState(false);
const[selected,setSelected]=useState<Organization|null>(null);

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice this is so much clearer.

Copy link
Contributor

@jaaydenhjaaydenh left a comment
edited
Loading

Choose a reason for hiding this comment

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

Nit: the asterisk looks a little out of place here but this will resolve itself when this page moves away from the MUI form controls similar to IDP sync. This change also makes it even more clear that the Users Table should replace groups with organizations.

Screenshot 2025-03-06 at 22 40 43

aslilac reacted with laugh emoji
@aslilacaslilac merged commit32c36d5 intomainMar 7, 2025
30 checks passed
@aslilacaslilac deleted the lilac/new-user-pick-orgs branchMarch 7, 2025 15:42
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 7, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@jaaydenhjaaydenhjaaydenh approved these changes

Assignees

@aslilacaslilac

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

orgs: CreateUserForm.tsx should allow choosing the organization a user should initially be added to
2 participants
@aslilac@jaaydenh

[8]ページ先頭

©2009-2025 Movatter.jp