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 app deletion when updating route destinations #2707

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

davewalter
Copy link
Member

Is there a related GitHub Issue?

#2705

What is this change about?

This PR updates the route validator to only validate that a domain exists on creation. We only need to validate the domain on route creation as we do not allow users to change the domain reference on an existing route. Validating the existence of the domain on update can block app deletion if the domain has already been deleted.

Does this PR introduce a breaking change?

No.

Acceptance Steps

See the A/C in the issue.

Tag your pair, your PM, and/or team

@matt-royal

- We only need to validate the domain on route creation as we do not
  allow users to change the domain reference on an existing route.

[#2705]
@davewalter davewalter merged commit 3f17f21 into main Jul 18, 2023
7 checks passed
@davewalter davewalter deleted the issue-2705-fix-app-deletion branch July 18, 2023 23:12
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.

None yet

3 participants