if the menu selected for the dashboard does not have "node/add" links, this module still adds them to the menu for all node types. this is not desirable.

Comments

recrit’s picture

the bug occurs in admin_dashboard.admin.inc. The module queries for plid of "node/add" but if there is no plid it still creates them.
fix: the attached patch adds a conditional check if there is a plid found

skilip’s picture

Status: Active » Patch (to be ported)

Nice work!