bulk-operations make new MobileMultiSelectMenu component, add multi dwonload

This commit is contained in:
Milos Holba
2020-11-22 16:21:51 +01:00
parent a3dd817e7a
commit 0df03f1d32
14 changed files with 345 additions and 195 deletions

View File

@@ -31,7 +31,7 @@ const actions = {
// Get route
let route = getters.sharedDetail && ! getters.sharedDetail.protected
? '/api/move/public' + router.currentRoute.params.token
? '/api/move/public/' + router.currentRoute.params.token
: '/api/move'
axios
@@ -263,10 +263,11 @@ const actions = {
}
}
if ( getters.currentFolder.location !== 'public' )
dispatch('getAppData')
}
})
if ( getters.currentFolder.location !== 'public' )
dispatch('getAppData')
})
.catch(() => isSomethingWrong())
},