Commit 2a03f81c authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

bugfix compteur sélection multiple

parent b7e2e518
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -126,8 +126,11 @@ export default {

    currentCollection() {
      this.allSelected = false;
      this.batchMode = false;
      this.excludedCollectionIds = [];
      this.excludedResourceIds = [];
      this.$store.commit('setSelectedResources', []);
      this.$store.commit('setSelectedCollections', []);
    },

    selectedCollections(after, before) {