equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 36 forks source link

Deck overview shows missions from other installations #1574

Closed mrica-equinor closed 1 month ago

mrica-equinor commented 1 month ago

Describe the bug When we run missions on two installations at the same time, the mission definition is updated on the frontned (MissionRunContext.txt line 89). This updates the missions displayed in the page wich will include all the missions that are being updated regardless of the installation they belong to.

To Reproduce Run missions on JSV and have HUA open. The deck overview will display the missions in JSV in addition to the ones in HUA.

Expected behavior Only missions from the current selected installation should be shown.

Screenshots If applicable, add screenshots to help explain your problem.

tsundvoll commented 1 month ago

Suggested solution is to filter also on the mission definitions (for the deck overview at least, probably everywhere). This is already done for mission runs

tsundvoll commented 1 month ago

Duplicate of https://github.com/equinor/flotilla/issues/1506