forked from Gitlink/forgeplus
修改项目创建的问题
This commit is contained in:
parent
3616e84548
commit
3a9f0509fb
|
@ -50,6 +50,6 @@ class Projects::CreateService < ApplicationService
|
||||||
end
|
end
|
||||||
|
|
||||||
def repo_is_public
|
def repo_is_public
|
||||||
!get_is_public
|
params[:private].blank? ? true : !get_is_public
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue