Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ stages: - test - dockerize variables: # to avoid "fatal: git fetch-pack: expected shallow list" GIT_STRATEGY: clone test_backend: stage: test tags: Loading vospace-ui-frontend/src/components/modal/CreateFolderModal.vue +1 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,7 @@ export default { this.newFolderNameError = "Folder name is required"; } else { this.$store.dispatch('createFolder', this.newFolderName) .then(() => { //res //this.$store.commit('updateGroupsPanel', res); .then(() => { this.$bvModal.hide('create-folder-modal'); }) .catch(res => { Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ stages: - test - dockerize variables: # to avoid "fatal: git fetch-pack: expected shallow list" GIT_STRATEGY: clone test_backend: stage: test tags: Loading
vospace-ui-frontend/src/components/modal/CreateFolderModal.vue +1 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,7 @@ export default { this.newFolderNameError = "Folder name is required"; } else { this.$store.dispatch('createFolder', this.newFolderName) .then(() => { //res //this.$store.commit('updateGroupsPanel', res); .then(() => { this.$bvModal.hide('create-folder-modal'); }) .catch(res => { Loading