Defect #16111
closedRedmine should accept changes to an issue even when an error prevents an attachment upload
0%
Description
I am working on an problem where users receive a 500 error page any time they attempt to attach documents to an issue using the files field. This is a new installation, so I suspect that problem is not related to Redmine itself. However, in addressing it I have noted that Redmine will lose any other updates that the user entered for that issue. Sometimes the lost effort is considerable.
It would be better if Redmine provided some error handling in this case, allowing the issue updates to pass through while signaling to the user that their attempt to upload a file was unsuccessful.
This is an issue that I would be happy to work on myself as time permits, but being new to both Ruby/Rails and Redmine it will take me awhile to figure out how all the pieces fit together. Not a professional programmer by any means.
Related issues