Actions
Bug #21206
closedrequesting_container_uuid missing from websocket events for container request create/updates
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
The subprocess data explorer relies on websocket event updates in websockets.ts
to let it know when to refresh the data explorer. It compares the requesting_container_uuid
in the new_attributes
with the currently open process page's container.uuid
to see if the data explorer needs to be refreshed.
For some reason, neither create nor update websocket events have requesting_container_uuid
, so the subprocess data explorer never refreshes
Actions