mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
comment out success message parcours start date
This commit is contained in:
commit
c17d20f945
@ -28,6 +28,7 @@ export default {
|
||||
const date = e.target.previousSibling.value;
|
||||
|
||||
this.$store.dispatch('updateStartDate', date)
|
||||
// .then(this.$toast.open({type: 'success', message: this.$t('startdate.update')}))
|
||||
.catch(({name, violations}) => {
|
||||
if (name === 'ValidationException' || name === 'AccessException') {
|
||||
violations.forEach((violation) => this.$toast.open({message: violation}));
|
||||
|
@ -153,7 +153,7 @@ const appMessages = {
|
||||
},
|
||||
startdate: {
|
||||
change: "Date d'ouverture",
|
||||
update: "La nouvelle date d'ouverture a été bien enregistrée"
|
||||
// update: "La nouvelle date d'ouverture a été enregistrée"
|
||||
},
|
||||
// catch errors
|
||||
'Error while updating AccompanyingPeriod Course.': "Erreur du serveur lors de la mise à jour du parcours d'accompagnement.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user