Commit d770c826 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

callback des multiSelectActionAddons : passage de la sélection (include/exclude) en paramètre.

parent 4b80ef62
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "@certic/vue-jama",
  "version": "0.4.1",
  "version": "0.4.2",
  "scripts": {
    "serve": "rimraf -rf ./node_modules/.cache/vue-loader && vue-cli-service serve",
    "build": "vue-cli-service build",
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
          <v-list-item
            v-for="(action, index) in actions"
            :key="index"
            @click="action.callback(selectedCollections, selectedResources)"
            @click="action.callback(_buildFilterSelection())"
          >
            <v-list-item-icon>
              <v-icon>{{ action.icon }}</v-icon>