From f38b92e42bed32a66745c49de290b3b400a84350 Mon Sep 17 00:00:00 2001 From: florent <flavelle@neogeo.fr> Date: Wed, 5 Jan 2022 15:18:11 +0100 Subject: [PATCH] succcess message --- src/views/feature_type/Feature_type_symbology.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/feature_type/Feature_type_symbology.vue b/src/views/feature_type/Feature_type_symbology.vue index 5707cfc0..f49cb905 100644 --- a/src/views/feature_type/Feature_type_symbology.vue +++ b/src/views/feature_type/Feature_type_symbology.vue @@ -234,7 +234,8 @@ export default { this.GET_PROJECT_FEATURE_TYPES(this.$route.params.slug) .then(() => { this.loading = false; - this.success = 'La modification de la symbologie a été prise en compte.'; + this.success = + 'La modification de la symbologie a été prise en compte. Vous allez être redirigé vers la page d\'acceuil du projet.'; setTimeout(() => { this.$router.push({ name: 'project_detail', -- GitLab