Actions
Defect #6452
closedUnhandled exception on creating File
Start date:
2010-09-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Creating (uploading) a file yields an unhandled exception in Mailer#attachments_added
whenever the attachment fails to be validated (e.g. filesize too large) and email notifications are turned on.
Exception:
NoMethodError: undefined method `container' for nil:NilClass
Relavant stacktrace:
--- - "[RAILS_ROOT]/app/models/mailer.rb:110:in `attachments_added'" - "[RAILS_ROOT]/app/controllers/files_controller.rb:32:in `create'"
This patch fixes the problem. Please check and commit.
Files
Actions