Posted by keinstein on August 11, 2009 at 7:04pm
| Project: | upload (simple) |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The Upload module has some incompatibility with the form filter module.
When the option "Simplify node form" is activated the array 'attachments' is moved into some subarray. So in update_js() the condition
isset($cached_form['attachments']) will not match anymore. This leads to a false rejection of the form data.