Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
988c611b
Commit
988c611b
authored
Aug 30, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2756-ee-to-ce-backport' into 'master'
Backports EE 2756 logic to CE. See merge request !13892
parents
11d2ac1f
b7048c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
app/services/projects/create_service.rb
app/services/projects/create_service.rb
+2
-0
No files found.
app/services/projects/create_service.rb
View file @
988c611b
...
...
@@ -44,6 +44,8 @@ module Projects
@project
.
namespace_id
=
current_user
.
namespace_id
end
yield
(
@project
)
if
block_given?
@project
.
creator
=
current_user
if
forked_from_project_id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment