delete some lines by huangjingquan
This commit is contained in:
parent
bef1734156
commit
7d18d66b01
|
@ -42,9 +42,6 @@ class ProjectsService
|
|||
project[:name] = params[:name]
|
||||
project[:description] = ''
|
||||
project[:is_public] = '0' #公开
|
||||
project[:project_type] = 0
|
||||
project[:project_new_type] = 1
|
||||
project[:identifier] = Project.next_identifier if Setting.sequential_project_identifiers?
|
||||
|
||||
project.organization_id = params[:organization_id]
|
||||
project.user_id = user.id
|
||||
|
|
Loading…
Reference in New Issue