-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
Describe the bug
When trying to delete an instance that is actively being used by another instance as depencendy, the registry will not delete that instance but instead return 400 Bad Request
containing a message saying Cannot delete this instance, other running instances are depending on it.
.
The frontend does not display any message for this, and the user is left wondering why his delete-call did not have any effect.
To Reproduce
Steps to reproduce the behavior:
- Deploy an API
- Deploy an WebApp and wait for it to change its state to
Running
- Try to delete the API
- Nothing will happen
Expected behavior
A message telling the user that this instance cannot be deleted because of active dependencies.
Affected components (if known)
Delphi-Management in combination with any registry version starting at v0.8.0
Additional context
None