里程碑已经关闭/锁定,issue列表是没有里程碑可以选择,但是新建issue中选择里程碑还是有数据

This commit is contained in:
daiao 2017-08-07 15:50:34 +08:00
parent cfde8cc829
commit b75434d122
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ class Issue < ActiveRecord::Base
# versions = project.shared_versions.open.all
# versions = Version.where(:project_id => project.id, :status => "open").order("created_on desc")
versions = Version.where(:project_id => project.id).order("created_on desc")
versions = Version.where(:project_id => project.id, :status => "open").order("created_on desc")
if fixed_version
if fixed_version_id_changed?
# nothing to do