修改作业提交项目第一项为请选择
This commit is contained in:
parent
3e3d103828
commit
5bcc76d399
|
@ -60,7 +60,7 @@ module HomeworkAttachHelper
|
||||||
memberships = User.current.memberships.all(:conditions => cond)
|
memberships = User.current.memberships.all(:conditions => cond)
|
||||||
projects = memberships.map(&:project)
|
projects = memberships.map(&:project)
|
||||||
not_have_project = []
|
not_have_project = []
|
||||||
not_have_project << ""
|
not_have_project << Setting.please_chose
|
||||||
not_have_project << 0
|
not_have_project << 0
|
||||||
type = []
|
type = []
|
||||||
type << not_have_project
|
type << not_have_project
|
||||||
|
|
|
@ -256,6 +256,8 @@ course_domain:
|
||||||
default: course.trustie.net
|
default: course.trustie.net
|
||||||
repository_domain:
|
repository_domain:
|
||||||
default: repository.trustie.net
|
default: repository.trustie.net
|
||||||
|
please_chose:
|
||||||
|
default: 请选择
|
||||||
plugin_redmine_ckeditor:
|
plugin_redmine_ckeditor:
|
||||||
serialized: true
|
serialized: true
|
||||||
default: --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
|
default: --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess
|
||||||
|
|
Loading…
Reference in New Issue