微信 新建项目默认为私有

This commit is contained in:
yuanke 2016-07-28 18:21:42 +08:00
parent 1489ab015a
commit ca60496e7b
1 changed files with 1 additions and 1 deletions

View File

@ -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?