Skip to content

No feedback for failed delete - operations #116

@johannesduesing

Description

@johannesduesing

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:

  1. Deploy an API
  2. Deploy an WebApp and wait for it to change its state to Running
  3. Try to delete the API
  4. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions