Skip to content

Conversation

@cre8ivejp
Copy link
Member

@cre8ivejp cre8ivejp commented Oct 29, 2024

Fix #1309

I changed the CreatePrroject API to receive the organization ID when creating it instead of creating a new organization.

Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
Description: organization.Description,
IsTrial: false,
}
if err = s.createOrganization(ctx, createOrgCmd, organization, editor, localizer); err != nil {
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need to create an organization when creating a project anymore.

req.Command.Description,
false,
editor.Email,
req.Command.OrganizationId,
Copy link
Member Author

Choose a reason for hiding this comment

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

Change it to receive the organization ID.

@cre8ivejp cre8ivejp marked this pull request as ready for review October 29, 2024 11:23
Copy link
Collaborator

@Ubisoft-potato Ubisoft-potato left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@cre8ivejp cre8ivejp merged commit 3100929 into main Oct 30, 2024
28 checks passed
@cre8ivejp cre8ivejp deleted the fix-create-project branch October 30, 2024 01:06
steveninhle pushed a commit that referenced this pull request Oct 31, 2024
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
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.

chore: change create project api to support the new console

3 participants