Skip to content
Snippets Groups Projects
Commit e2fcffa1 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

ajout du nombre de ressources/collections sélectionnés aux callbacks des multiSelectActionAddons

parent ad5eebab
No related branches found
No related tags found
No related merge requests found
Pipeline #15045 passed
...@@ -42,7 +42,11 @@ ...@@ -42,7 +42,11 @@
<v-list-item <v-list-item
v-for="(action, index) in actions" v-for="(action, index) in actions"
:key="index" :key="index"
@click="action.callback(currentCollection.id, _buildFilterSelection())" @click="action.callback(
currentCollection.id,
_buildFilterSelection(),
resourcesSelectionLength,
collectionsSelectionLength)"
> >
<v-list-item-icon> <v-list-item-icon>
<v-icon>{{ action.icon }}</v-icon> <v-icon>{{ action.icon }}</v-icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment