On the field list, clicking on the field title could also send to the edit page.

Comments

swentel’s picture

On admin/ds/module/fields you mean ? Sounds reasonable, I'll include that in the next release.

swentel’s picture

Version: 6.x-1.0 » 7.x-1.x-dev
Status: Active » Patch (to be ported)

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);
swentel’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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