On the overview page, the URL to go to "Manage Fields" is wrong: should be /fields instead of /field.
Error is on row 165 of the .module file:
$links[] = l(t('Manage fields'), 'admin/content/node-type/'. $type->type .'/field');
should be
$links[] = l(t('Manage fields'), 'admin/content/node-type/'. $type->type .'/fields');

Comments

wulff’s picture

Status: Active » Fixed

Good catch! Thanks. I'll include this in the next release of the module.

Status: Fixed » Closed (fixed)

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