mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 09:13:58 -05:00
fiex typo tracker not project
This commit is contained in:
@@ -39,7 +39,7 @@ module RedmineQbo
|
|||||||
render :new, status: :unprocessable_entity
|
render :new, status: :unprocessable_entity
|
||||||
end
|
end
|
||||||
|
|
||||||
if @issue.project.nil?
|
if @issue.tracker.nil?
|
||||||
flash[:error] = t :notice_error_tracker_nil
|
flash[:error] = t :notice_error_tracker_nil
|
||||||
render :new, status: :unprocessable_entity
|
render :new, status: :unprocessable_entity
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user