Project

General

Profile

Actions

Defect #35248

closed

Hard-coded error messages in IssueStatus

Added by Kam Nazir about 5 years ago. Updated 4 days ago.

Status:
Closed
Priority:
Normal
Category:
I18n
Target version:
Resolution:
Fixed
Affected version:

Description

Untranslated hard-coded string exists in source:trunk/app/models/issue_status.rb@20897#L113

def check_integrity
  if Issue.where(:status_id => id).any?
    raise "This status is used by some issues" 
  elsif Tracker.where(:default_status_id => id).any?
    raise "This status is used as the default status by some trackers" 
  end
end


Files

Actions

Also available in: Atom PDF