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
The type of the array "issues" is Issue::ActiveRecord_Relation, instead of Issue, which I whould expect. That is the reason why, afterward, I get the error undefined method `project_id'.
Solution :
I have modified the source code as follow.
I was not able to update existing issue during import.
In the file production.log in the folder \redmine\log, I noticed the error :
After investigation and debugging session, I have located the problem in the file importer_controller.rb, line 141
The type of the array "issues" is Issue::ActiveRecord_Relation, instead of Issue, which I whould expect. That is the reason why, afterward, I get the error undefined method `project_id'.
Solution :
I have modified the source code as follow.
It is working normally now.
The text was updated successfully, but these errors were encountered: