OpenWaterFoundation / owf-app-dev-ng

Open Water Foundation Angular application to develop common libraries
0 stars 1 forks source link

Dashboard to dashboard routing does not work #39

Closed Nightsphere closed 2 years ago

Nightsphere commented 2 years ago

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.

smalers commented 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.

Nightsphere commented 2 years ago

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.