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

fix(ui): set project to empty string if undefined (cherry-pick #18732) #18733

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

gcp-cherry-pick-bot[bot]
Copy link

Cherry-picked fix(ui): set project to empty string if undefined (#18732)

There are some situations where the project will be undefined. When
that happens, attempting to delete a repo won't be possible, since
the backend will be looking for a project with the literal name
undefined. To fix this, set an empty string for undefined|null
values.

Signed-off-by: Blake Pettersson [email protected]

There are some situations where the project will be `undefined`. When
that happens, attempting to delete a repo won't be possible, since
the backend will be looking for a project with the literal name
`undefined`. To fix this, set an empty string for `undefined|null`
values.

Signed-off-by: Blake Pettersson <[email protected]>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner June 19, 2024 20:09
@pasha-codefresh pasha-codefresh merged commit 2a9a62e into release-2.12 Jun 20, 2024
19 of 21 checks passed
@pasha-codefresh pasha-codefresh deleted the cherry-pick-aae96d-release-2.12 branch June 20, 2024 09:00
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