Unable to enable attachments for node types
steve.temple - August 2, 2007 - 14:18
| Project: | Attachment |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I've installed the latest attachment module on Drupal 5.1. I've been unable to enable attachments for any node type. It appears to be line 72 in the attachment_form_alter hook.
Shouldn't this:
$form['workflow']['attachment_settings'] = array(
Actually be:
$form['workflow']['attachment_node'] = array(
That gets it to work for me,
Regards
Steve

#1
Duplicate, now fixed:
http://drupal.org/node/161283
Thanks,
- Steve