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
02ebda7d
Commit
02ebda7d
authored
Jan 30, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update blob_path keys
parent
e289ce65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
...cripts/vue_merge_request_widget/stores/mr_widget_store.js
+2
-2
No files found.
ee/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
View file @
02ebda7d
...
...
@@ -6,8 +6,8 @@ export default class MergeRequestStore extends CEMergeRequestStore {
super
(
data
);
const
blobPath
=
data
.
blob_path
||
{};
this
.
headBlobPath
=
blobPath
.
head
||
''
;
this
.
baseBlobPath
=
blobPath
.
base
||
''
;
this
.
headBlobPath
=
blobPath
.
head
_path
||
''
;
this
.
baseBlobPath
=
blobPath
.
base
_path
||
''
;
this
.
initCodeclimate
(
data
);
this
.
initPerformanceReport
(
data
);
...
...
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