Commit 92f10517 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'review-toolbar-data-addition-ce-backport' into 'master'

Toolbar backport changes for CE

See merge request gitlab-org/gitlab-ce!29758
parents 57fd5a35 64ec4103
......@@ -49,6 +49,7 @@ export default {
required: false,
default: () => ({
sourceProjectId: '',
sourceProjectPath: '',
mergeRequestId: '',
appUrl: '',
}),
......
......@@ -53,6 +53,7 @@ export default {
appUrl: this.mr.appUrl,
mergeRequestId: this.mr.iid,
sourceProjectId: this.mr.sourceProjectId,
sourceProjectPath: this.mr.sourceProjectFullPath,
};
},
pipeline() {
......
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