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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
e6f519c4
Commit
e6f519c4
authored
Aug 15, 2016
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a 'missing keyword' error introduced in the last commit
parent
0332a8f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/services/merge_requests/update_service.rb
app/services/merge_requests/update_service.rb
+3
-1
No files found.
app/services/merge_requests/update_service.rb
View file @
e6f519c4
...
...
@@ -16,7 +16,7 @@ module MergeRequests
update
(
merge_request
)
end
def
handle_changes
(
merge_request
,
old_labels:
[])
def
handle_changes
(
merge_request
,
old_labels:
[]
,
old_mentioned_users:
[]
)
if
has_changes?
(
merge_request
,
old_labels:
old_labels
)
todo_service
.
mark_pending_todos_as_done
(
merge_request
,
current_user
)
end
...
...
@@ -55,6 +55,8 @@ module MergeRequests
current_user
)
end
# TODO(nick): use old_mentioned_users to send notify for changed mentions
end
def
reopen_service
...
...
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