mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
bulk-operations fixed moveItem popup Three, fixed multiSelect with Shift from bottom to top
This commit is contained in:
3
resources/js/store/modules/userAuth.js
vendored
3
resources/js/store/modules/userAuth.js
vendored
@@ -69,7 +69,8 @@ const actions = {
|
||||
}
|
||||
|
||||
let pushToFavorites = []
|
||||
//Dont push to favorites a folder what is already in favourites
|
||||
|
||||
//Check is favorites already don't include some of pushed folders
|
||||
items.map(data => {
|
||||
if(!context.getters.user.relationships.favourites.data.attributes.folders.find(folder => folder.unique_id === data.unique_id)){
|
||||
pushToFavorites.push(data)
|
||||
|
||||
Reference in New Issue
Block a user