Closed (fixed)
Project:
Flag
Version:
7.x-2.0-beta3
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2010 at 04:53 UTC
Updated:
30 Aug 2010 at 03:00 UTC
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']).
| Comment | File | Size | Author |
|---|---|---|---|
| fix-admin-form.diff | 1.32 KB | mooffie |
Comments
Comment #1
mooffie commentedAnother patch I'm about to publish touches the same line, so I have to postpone this one.
Comment #2
mooffie commentedCommitted.
http://drupal.org/cvs?commit=407858