修改作业提交项目时默认问空

zh
sw 11 years ago
parent d19bf06da4
commit 23da0a6dad

@ -60,7 +60,7 @@ module HomeworkAttachHelper
memberships = User.current.memberships.all(:conditions => cond)
projects = memberships.map(&:project)
not_have_project = []
not_have_project << "NO PROJECT"
not_have_project << ""
not_have_project << 0
type = []
type << not_have_project

Loading…
Cancel
Save