If you visit http://example.com/admin/content/node-type/project-issue you get redirected to node/add/project-issue with a selector for the project. The attached patch "fixes" that problem but may not be the right way to fix it.
I couldn't reproduce this on drupal.org - not sure why.
| Comment | File | Size | Author |
|---|---|---|---|
| project_issue_not_admin_form.patch | 690 bytes | greggles |
Comments
Comment #1
dwwThe problem is your site has vertical tabs installed. :( See #503290: Vertical tabs fieldset configuration breaks horribly for multi-step node forms
I suppose something like this is an evil work-around that could potentially make vertical tabs not totally break the node type admin pages, but it still feels wrong. This really just seems like a bug in vertical tabs, and I'd rather not bloat project* to hack around it.