fiex typo tracker not project

This commit is contained in:
2026-02-08 10:02:42 -05:00
parent 0e3318efdd
commit b38bd951f7

View File

@@ -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