The D7 admin form has two problems:

- The roles field isn't renderd as a form element, so the important #description (and #title) isn't shown.

- The javascript to hide/show the link options doesn't work because the expected HTML ID isn't emitted (for D7, the ID is in $element['#id'], not $element['#attributes']['id']).

CommentFileSizeAuthor
fix-admin-form.diff1.32 KBmooffie

Comments

mooffie’s picture

Status: Needs review » Postponed

Another patch I'm about to publish touches the same line, so I have to postpone this one.

mooffie’s picture

Status: Postponed » Fixed

Status: Fixed » Closed (fixed)

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