Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: create multi-org template creation page #13879

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

Closed
wants to merge 34 commits into from

Conversation

jaaydenh
Copy link
Contributor

@jaaydenh jaaydenh commented Jul 12, 2024

Resolves #13877

  • Create Organization dropdown
  • Make organization selection required
  • Create Starting point options grid
  • Remove create template button context menu
  • Create template for a specific organizationId
  • Pass organizationId as query param instead of using default orgId from useDashboard

@jaaydenh jaaydenh self-assigned this Jul 12, 2024
@jaaydenh jaaydenh changed the title feat: Multi-org template creation page feat: multi-org template creation page Jul 12, 2024
@jaaydenh jaaydenh force-pushed the multi-org-create-template branch from 27dfd55 to 0da7fe4 Compare July 18, 2024 19:31
@jaaydenh jaaydenh changed the title feat: multi-org template creation page feat: create multi-org template creation page Jul 18, 2024
@jaaydenh jaaydenh force-pushed the multi-org-create-template branch 3 times, most recently from 11db26b to 3bf7489 Compare July 24, 2024 19:31
value={selectedOrg}
onChange={(newValue) => {
setSelectedOrg(newValue);
return form.setFieldValue(
Copy link
Member

Choose a reason for hiding this comment

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

since it's not part of the request body, we don't really need to track this as part of the form. I'd just stick to the useState.

@jaaydenh jaaydenh force-pushed the multi-org-create-template branch from d6a5f2c to c52c3dc Compare July 25, 2024 23:25
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2024
@github-actions github-actions bot deleted the multi-org-create-template branch January 31, 2025 00:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-org create template form
2 participants