BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

Dashboard canvas does not appear after navigating from the System Administration screen #78

Closed scott-tyskowski closed 3 years ago

scott-tyskowski commented 3 years ago

After logging in

KenDevLogic commented 3 years ago

The bug was due to "Create Dashboard" not being called to be shown, after being hidden while visiting a page that hides it from view. The fix was to show the "Create Dashboard" page when navigated to from another page. The bug was that this line of code that re-shows the "Create Dashboard" page was missing.

KenDevLogic commented 3 years ago

this issue still persists while transitioning from "Create Dashboard" -> "Dashboard Home" -> "Create Dashboard"