On the field list, clicking on the field title could also send to the edit page.
On admin/ds/module/fields you mean ? Sounds reasonable, I'll include that in the next release.
Committed to D6 - posting the code here so I remember to port this to D7
$row[] = l(check_plain($value['title']), 'admin/ds/'. $module .'/fields/edit/'. $key);
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
swentel commentedOn admin/ds/module/fields you mean ? Sounds reasonable, I'll include that in the next release.
Comment #2
swentel commentedCommitted to D6 - posting the code here so I remember to port this to D7
Comment #3
swentel commented