For some reason, function system_admin_menu_block() was written so that external links can never show up in these blocks due to the INNER join. So, for example, one cannot add a link to the d.o handbook on the Administration screen.

Attached patch fixes by converting to a LEFT JOIN, and also fixes the query to match what's used in menu.inc

CommentFileSizeAuthor
external-links-in-admin-0.patch1.12 KBpwolanin

Comments

chx’s picture

Status: Needs review » Reviewed & tested by the community

D'oh!

gábor hojtsy’s picture

Version: 6.x-dev » 7.x-dev

Hm, looks good. Committed to 6.x Still RTBC for 7.x.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.