Skip to content

Commit

Permalink
Merge pull request #143 from abes-esr/ITEM-264-front-modifier-telecha…
Browse files Browse the repository at this point in the history
…rgement-dans-tableau-de-bord

- Suppression de l'option de téléchargement du fichier de corresponda…
  • Loading branch information
pierre-maraval authored Oct 14, 2024
2 parents c4fd0af + 9298253 commit 72a87dd
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 72a87dd

Please sign in to comment.