removed un-used commits for currentProject & currentBranchId

This commit is contained in:
Phil Hughes 2018-08-09 09:33:08 +01:00
parent 670db0aa2d
commit b401bfd031
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F
2 changed files with 1 additions and 4 deletions

View file

@ -54,9 +54,6 @@ export const setFileActive = ({ commit, state, getters, dispatch }, path) => {
commit(types.SET_FILE_ACTIVE, { path, active: true });
dispatch('scrollToTab');
commit(types.SET_CURRENT_PROJECT, file.projectId);
commit(types.SET_CURRENT_BRANCH, file.branchId);
};
export const getFileData = ({ state, commit, dispatch }, { path, makeFileActive = true }) => {

View file

@ -1,5 +1,5 @@
---
title: Fix empty merge requests not opening in the Web IDE
merge_request:
merge_request: 21102
author:
type: fixed