emoncms/dashboard

dashboard menu issue with aliases

emrysr opened this issue · 0 comments

dashboard_menu.php is built with this dashboard/view?id=xxx if no alias present
if dashboard has alias this the path: dashboard/view/[alias]

need to add to the active property in each menu in dashboard_menu.php to also check for the /[alias] paths

image