@@ -355,7 +355,7 class Issue < ActiveRecord::Base | |||||
355 | if !assignable_versions.include?(fixed_version) |
|
355 | if !assignable_versions.include?(fixed_version) | |
356 | errors.add :fixed_version_id, :inclusion |
|
356 | errors.add :fixed_version_id, :inclusion | |
357 | elsif reopened? && fixed_version.closed? |
|
357 | elsif reopened? && fixed_version.closed? | |
358 |
errors.add |
|
358 | errors.add :base, I18n.t(:error_can_not_reopen_issue_on_closed_version) | |
359 | end |
|
359 | end | |
360 | end |
|
360 | end | |
361 |
|
361 |
General Comments 0
You need to be logged in to leave comments.
Login now