Actions
Bug #19898
closedContainer request in "draft" state shows toplevel processes in its subprocess panel
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
0.5
Description
I think what's happening is that it searches for things where requesting_container_uuid=this.container_uuid but for a draft requst, container_uuid is null...
The panel should be empty in this case. Probably all this requires is a check that container_uuid is not null .
Actions