Closed Nightsphere closed 2 years ago
I have seen problems where if I use a dashboard and then switch to another URL the app shows a white screen. If that is what this issue is then it needs to be fixed ASAP.
The Angular ActivatedRoute ParamMap has been implemented and a check has been done to see if the id in the URL is for a map or dashboard (since they both use 'id' as the config property). The issue seems resolved, closing this one.
Currently, there is no use of the built-in Angular paramMap observable for updating a dashboard by going from dashboard menu to dashboard menu. This should be fairly simple, since it's been done in the past.