zh / redmine_importer

Redmine importer that works with trunk.
https://github.com/leovitch/redmine_importer/wiki
48 stars 57 forks source link

Error updating parent issue only, without importing childs #29

Open sbriand opened 9 years ago

sbriand commented 9 years ago

Environment:

Context :

Behavior :

Result and Logs :

Completed 500 Internal Server Error in 568ms

NoMethodError (undefined method >' for nil:NilClass): app/models/issue.rb:159:increate_or_update'

  • With my debbuging environment, I found that the failure appear in file _importercontroller.rb ligne 489 "unless issue.save"

Question is :