You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After selecting a MapLocation, the DetailPanel has a tab for Events/Violations etc.
When a user selects one it launches a stacked nerdlet RecentIncidents, currently it launches with all events collapsed.
Desired Behaviour
RecentIncidents nerdlet should expand the event the user clicked on to get there.
Possible Solution
When a user clicks on an event, we should add an identifier to the urlState that the RecentIncidents nerdlet can pull out to identify which event to expand as its opening.
The text was updated successfully, but these errors were encountered:
We're already passing clickedViolation, we just have no way of communicating to the <Timeline /> component which item we want to be expanded by default. An issue for this feature request exists: newrelic/nr1-community#55.
Summary
After selecting a MapLocation, the DetailPanel has a tab for Events/Violations etc.
When a user selects one it launches a stacked nerdlet
RecentIncidents
, currently it launches with all events collapsed.Desired Behaviour
RecentIncidents
nerdlet should expand the event the user clicked on to get there.Possible Solution
When a user clicks on an event, we should add an identifier to the
urlState
that theRecentIncidents
nerdlet can pull out to identify which event to expand as its opening.The text was updated successfully, but these errors were encountered: