If you do the following:
1. disable cvslog module
2. create a release of a project. don't attach a file at this point
3. submit the release
4. edit the release node
5. attach a file via the "File Attachments" section
6. submit the form
The link to the file doesn't show up on the download table, and you don't get the size of the file. The reason is that apparently the File Attachments section isn't treated the same way as the file upload section that's available on the original form when the release is first created.
This issue is related to http://drupal.org/node/105224, which I'm working on patching, but this is a bit more broad in scope (and potentially problematic).
How should we go about fixing this? Add back in the project file handling to releases being edited? I'm guessing that's preferred to using the core file/upload handling directly through the "File attachments" section.
AC
Comments
Comment #1
aclight commentedThis isn't exactly a duplicate, but the fix for this problem is very similar to several other things fixed at http://drupal.org/node/150374 so I'm changing the module this issue applies to and marking it as a duplicate.
AC