微信 新建项目默认为私有
This commit is contained in:
parent
1489ab015a
commit
ca60496e7b
|
@ -38,7 +38,7 @@ class ProjectsService
|
|||
|
||||
project[:name] = params[:name]
|
||||
project[:description] = ''
|
||||
project[:is_public] = '1' #公开
|
||||
project[:is_public] = '0' #公开
|
||||
project[:project_type] = 0
|
||||
project[:project_new_type] = 1
|
||||
project[:identifier] = Project.next_identifier if Setting.sequential_project_identifiers?
|
||||
|
|
Loading…
Reference in New Issue