Actions
Defect #48
closedRegression: Admin raises issue in project not assigned to
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I am pretty sure I saw a note somewhere that this had been fixed once. Now if an admin tries to raise an issue in a
project not assigned to the following error is displayed.
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.sort
#{RAILS_ROOT}/app/models/issue_status.rb:51:in `find_new_statuses_allowed_to'
#{RAILS_ROOT}/app/controllers/projects_controller.rb:219:in `add_issue'
-e:3:in `load'
-e:3
I believe this is caused by the recent workflow changes.
Updated by Jean-Philippe Lang over 17 years ago
Oops, it was not really fixed. Now it should be.
Actions