You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for your plugin. I think it would be very helpful for me.
But the rake task won't work if there is a "Fixed Schedule".
See the error message
# rake RAILS_ENV=production redmine:recur_tasks
(in /opt/redmine-2.3)
Checking for Redmine recurring tasks.
rake aborted!
undefined method `+' for nil:NilClass
/opt/redmine-2.3/plugins/recurring_tasks/app/models/recurring_task.rb:51:in `need_to_recur?'
/opt/redmine-2.3/plugins/recurring_tasks/app/models/recurring_task.rb:56:in `recur_issue_if_needed!'
/opt/redmine-2.3/plugins/recurring_tasks/app/models/recurring_task.rb:88:in `block in add_recurrences!'
/opt/redmine-2.3/plugins/recurring_tasks/app/models/recurring_task.rb:87:in `each'
/opt/redmine-2.3/plugins/recurring_tasks/app/models/recurring_task.rb:87:in `add_recurrences!'
/opt/redmine-2.3/plugins/recurring_tasks/lib/tasks/recurring_tasks.rake:12:in `block (2 levels) in <top (required)>'
Tasks: TOP => redmine:recur_tasks
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
Hi,
thanks for your plugin. I think it would be very helpful for me.
But the rake task won't work if there is a "Fixed Schedule".
See the error message
The text was updated successfully, but these errors were encountered: