Skip to content

Commit

Permalink
Merge pull request #146 from abes-esr/Fix_menu_download_suppression
Browse files Browse the repository at this point in the history
FEAT ITEM-264-modifier téléchargement dans tableau de bord
  • Loading branch information
SamuelQuetin authored Oct 14, 2024
2 parents 5934761 + cfcaeab commit 9d9c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuDownloadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- FICHIER INITIAL SUPP -->
<v-list-item-title>Télécharger le fichier initial des {{ demande.typeSuppression }}</v-list-item-title>
</v-list-item>
<v-list-item @click="downloadFile('fichier_correspondance', '.csv')">
<v-list-item v-if="demande.typeSuppression === 'PPN'" @click="downloadFile('fichier_correspondance', '.csv')">
<!-- FICHIER PREPARE SUPP -->
<v-list-item-title>
Télécharger le fichier de correspondance PPN/RCR/EPN
Expand Down

0 comments on commit 9d9c6f9

Please sign in to comment.