Describe the bug
The cell details screen in the factory monitor UI only subscribes to changes in the selection of the cells, not, however, to changes on the cell data. This causes the property values to not update, even though they are updated in the cell-store.service in the angular app.
To Reproduce
- Open the Factory Monitor and select any cell to open the cell details panel
- Open the resource management ui and change any property value that can be seen in the cell details panel.
The property value will only change after un and reselecting the cell.
Expected behavior
The ui component should subscribe to the observable the service in already provides and update the properties accordingly.
Additional context
The traffic light component is already implemented as expected and hence changes to the state are also reflected correctly in the cell details panel.
Describe the bug
The cell details screen in the factory monitor UI only subscribes to changes in the selection of the cells, not, however, to changes on the cell data. This causes the property values to not update, even though they are updated in the cell-store.service in the angular app.
To Reproduce
The property value will only change after un and reselecting the cell.
Expected behavior
The ui component should subscribe to the observable the service in already provides and update the properties accordingly.
Additional context
The traffic light component is already implemented as expected and hence changes to the state are also reflected correctly in the cell details panel.