Posted by mfb on July 19, 2010 at 7:17pm
Jump to:
| Project: | Media Mover |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
MM Auto Run should have a higher weight so it runs after other modules which process file uploads in hook_nodeapi()
| Attachment | Size |
|---|---|
| mm_auto_run-weight.patch | 901 bytes |
Comments
#1
I think this is a reasonable first step for fixing this. There is a secondary issue with node_save() that happens as a result of attaching the files- this is a serious issue that I didn't really consider originally.
To fix this correctly, something like what I'm doing in 6.2x is going to have to be implemented- that means a fair bit of work. I'm happy to implement this patch as it is an obvious fix, but the proper fix may just be in the 6.2x branch.
Thanks for the patch- committed to dev branch