Answer the question
In order to leave comments, you need to log in
Error after a repeated post of time in the task?
Haven't worked with rails before, any help would be very helpful.
I go to the /issue/43434 page and make a time post, everything goes well.
When I do it a second time, I get an error.
Error following
There is a class
module TimeTracker
module TimeEntryPatch
after_destroy :update_issue_history
def update_issue_history
self.issue.check_history_entries
end
end
Answer the question
In order to leave comments, you need to log in
I did not work with Redmine, but here we need to find out why there is no check_history_entries method for the second time. Most likely, there is a method, but there is no issue itself. The error, wangyu, is this: undefined method check_history_entries for nil: NilClass.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question