added tracker nil check

This commit is contained in:
2026-02-09 14:19:31 -05:00
parent 502ba94465
commit df49964bf9
2 changed files with 7 additions and 1 deletions

View File

@@ -100,4 +100,5 @@ en:
notice_forbidden: "You do not have permission to access this resource"
notice_issue_not_found: "Issue not found"
customer_details: "Customer Details"
notice_error_project_nil: "The issue's project is nil, set project to: "
notice_error_project_nil: "The issue's project is nil, set project to: "
notice_error_tracker_nil: "The issue's tracker is nil, set tracker to: "