Project

General

Profile

Latest git checkout. Error when updating issue

Added by ram on.rails over 13 years ago

I upgraded to latest redmine from git repository using all instructions successfully. No errors on migration or otherwise.

When I update a ticket to mark parent task, I get error.
Excerpt from production.log is ...

NoMethodError (undefined method `unsaved_attachments' for #<Issue:0xb5786224>):
  app/models/attachment.rb:161:in `attach_files'
  app/models/issue.rb:499:in `save_issue_with_child_records'
  app/models/issue.rb:487:in `save_issue_with_child_records'
  app/controllers/issues_controller.rb:181:in `update'