Right after installing the module a disfunctional 'Files' fieldset appears on every node-type form.

This is because hook_form_alter() assumes the default for disknode_node_{type} variables is TRUE.

(The problem is solved if we ever submit the settings form and thus create these variables. But the user may not be aware that he must do that.)

The attached patch fixes that

CommentFileSizeAuthor
disknode.fix_form_alter_default.diff612 bytesmooffie

Comments

mooffie’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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