mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
Don't render the issue form if issue.project is nil (#19276).
git-svn-id: http://svn.redmine.org/redmine/trunk@14146 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2218,7 +2218,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
:issue => {:project_id => 3,
|
||||
:tracker_id => 2,
|
||||
:subject => 'Foo'}
|
||||
assert_response 403
|
||||
assert_response 422
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user