Fixed
Details
Assignee
Markus von RüdenMarkus von Rüden(Deactivated)Reporter
Markus von RüdenMarkus von Rüden(Deactivated)Components
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Markus von Rüden
Markus von Rüden(Deactivated)Reporter
Markus von Rüden
Markus von Rüden(Deactivated)Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 16, 2016 at 10:35 AM
Updated April 26, 2017 at 7:50 AM
Resolved April 26, 2017 at 7:50 AM
The SavedHistory is used to persist the actions of a user on the topology map in order to achieve:
clicking forward (->) and backwards (<-) buttons on the Topology Map
Reload the latest state when coming back to the Topology Map
However the implementation does not support the nodes in focus or better vertices in focus correctly.
The problem here is, that there are no vertices in focus, but executed search queries.
Each executed SearchQuery results in usually one VertexHopCriteria object.
Each VertexHopCriteria represents the vertices in focus.
But as it already states there can be more than one.
As soon as the implementation returns more than one vertex, the SavedHistory saves the vertices in focus but does not persist the history correctly.
This results in selecting the right vertices in focus but not restoring the SearchResults correctly.