Skip to content

fix(support): fix upgrade URL for free organization #1900

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

stnguyen90
Copy link
Contributor

What does this PR do?

Even though upgradeURL isn't used when there are no free orgs, this line is still evaluated and will throw an error because freeOrganization is undefined. This commit adds a null check to prevent this error.

Test Plan

Manually tested using an org with a Pro org and opened the support popup and wizard.

Related PRs and Issues

PR for 1.7:

Have you read the Contributing Guidelines on issues?

Yes

Even though upgradeURL isn't used when there are no free orgs, this line
is still evaluated and will throw an error because freeOrganization
is undefined. This commit adds a null check to prevent this error.
@stnguyen90 stnguyen90 marked this pull request as draft May 26, 2025 22:17
@stnguyen90 stnguyen90 marked this pull request as ready for review May 26, 2025 22:17
@TorstenDittmann TorstenDittmann merged commit 036d45a into 5.3.x May 26, 2025
2 checks passed
@TorstenDittmann TorstenDittmann deleted the fix-support-cloud branch May 26, 2025 22:23
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