Commit a8c033f6 authored by Bryce Johnson's avatar Bryce Johnson

Merge branch 'approval-integration' of gitlab.com:gitlab-org/gitlab-ee into approval-integration

parents 259124ef 8c9558fe
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
this.assignToRootStore('showApprovals', true); this.assignToRootStore('showApprovals', true);
}) })
.catch((err) => { .catch((err) => {
console.error(`Failed to initialize approvals store: ${err}`); console.error('Failed to initialize approvals store', err);
}); });
} }
return Promise.resolve(); return Promise.resolve();
......
...@@ -163,7 +163,7 @@ class NotificationService ...@@ -163,7 +163,7 @@ class NotificationService
end end
def unapprove_mr(merge_request, current_user) def unapprove_mr(merge_request, current_user)
warn 'TODO: send unapproval email' # TODO: send unapproval email
end end
def resolve_all_discussions(merge_request, current_user) def resolve_all_discussions(merge_request, current_user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment