Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
205739ed8798
Commit
0f5499a2
authored
May 17, 2018
by
Robert Speicher
Browse files
Bring CE-EE parity to app/services/milestones/base_service.rb
parent
d3b31c4c1c0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/services/milestones/base_service.rb
View file @
205739ed
...
...
@@ -5,6 +5,7 @@ class BaseService < ::BaseService
def
initialize
(
parent
,
user
,
params
=
{})
@parent
,
@current_user
,
@params
=
parent
,
user
,
params
.
dup
super
end
end
end
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