Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-08-01 19:16:21 +0300
committerPhil Hughes <me@iamphill.com>2018-08-01 19:16:21 +0300
commit3f4aaea26c65391098e9e424c4550493a1c525cb (patch)
tree104086d742b61c069aa3f0e9bd65fbecdd6375cc /app/assets/javascripts/ide/stores/mutation_types.js
parent100c68eecd7ba6f950d1f23d339a2f1ec55675d8 (diff)
correctly show renaming and deleting entries
for folders, it shows all the files in commit mode for files, nothing changes, the behaviour is the same
Diffstat (limited to 'app/assets/javascripts/ide/stores/mutation_types.js')
-rw-r--r--app/assets/javascripts/ide/stores/mutation_types.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/ide/stores/mutation_types.js b/app/assets/javascripts/ide/stores/mutation_types.js
index ea3a6afb6e3..5a7991d2fa7 100644
--- a/app/assets/javascripts/ide/stores/mutation_types.js
+++ b/app/assets/javascripts/ide/stores/mutation_types.js
@@ -78,3 +78,5 @@ export const SET_ERROR_MESSAGE = 'SET_ERROR_MESSAGE';
export const OPEN_NEW_ENTRY_MODAL = 'OPEN_NEW_ENTRY_MODAL';
export const DELETE_ENTRY = 'DELETE_ENTRY';
export const RENAME_ENTRY = 'RENAME_ENTRY';
+
+export const RESTORE_TREE = 'RESTORE_TREE';