GreenLightSolutionsFoundation / gls-dashboard

3 stars 0 forks source link

Fix admin redirect #58

Closed w33ble closed 7 years ago

w33ble commented 7 years ago

When starting on Projects, users are automatically redirected to Members

Turns, out, the vue-material's mdTabs is horribly broken. it automatically fires a tab change event on mount, but doesn't use the set active tab.

So, the admin nav needs to track the active tab on its own, and ignore the first event. Le sigh.