From b38bd951f7b780062edfeb5af12892c74140757c Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 8 Feb 2026 10:02:42 -0500 Subject: [PATCH] fiex typo tracker not project --- lib/redmine_qbo/patches/issues_controller_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine_qbo/patches/issues_controller_patch.rb b/lib/redmine_qbo/patches/issues_controller_patch.rb index 566e98c..a5ff0de 100644 --- a/lib/redmine_qbo/patches/issues_controller_patch.rb +++ b/lib/redmine_qbo/patches/issues_controller_patch.rb @@ -39,7 +39,7 @@ module RedmineQbo render :new, status: :unprocessable_entity end - if @issue.project.nil? + if @issue.tracker.nil? flash[:error] = t :notice_error_tracker_nil render :new, status: :unprocessable_entity end