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
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -42,7 +42,11 @@
          <v-list-item
            v-for="(action, index) in actions"
            :key="index"
            @click="action.callback(currentCollection.id, _buildFilterSelection())"
            @click="action.callback(
              currentCollection.id,
              _buildFilterSelection(),
              resourcesSelectionLength,
              collectionsSelectionLength)"
          >
            <v-list-item-icon>
              <v-icon>{{ action.icon }}</v-icon>