Skip to content

Cell details do not update after initial selection #1099

@1nf0rmagician

Description

@1nf0rmagician

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

  1. Open the Factory Monitor and select any cell to open the cell details panel
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions