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

disable update creation while creating a new incident #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snkaupe
Copy link
Member

@snkaupe snkaupe commented Sep 5, 2024

Until now, it was possible to create incident updates when creating a new incident. This leads to requests running into errors because the updates are sent to the API server before the new incident. Due to this, there is not yet an incident ID to assign these updates to and the API server responds with an error.

A proper fix would be to rewrite the code that handles the update and incident creation, but this is better done once the overall management page has been cleaned up. Therefore, for now, we just disable the fields needed to create updates when creating a new incident.

@snkaupe snkaupe self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

1 participant