Actions
Bug #7867
closedWizard should validate each step and destroy unfinished objects
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Currently starting the container wizard creates a Container and builds the object step by step. If for some reason the user stops creating the container at some point, there's a dangling unfinished container object in the db.
It'd be great to have the container destroy itself if not finished. For instance, when one clicks on "all containers" such check could run.
There is a guide here about how the maintainer of Wicked thinks this should be done:
https://github.com/schneems/wicked/wiki/Building-Partial-Objects-Step-by-Step
Actions