Skip to content
Snippets Groups Projects
Commit bff0195e authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/12736' into 'develop'

parents 7ea25b55 6b577ab4
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,15 @@ 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.';
setTimeout(() => {
this.$router.push({
name: 'project_detail',
params: {
slug: this.$store.state.project_slug,
},
})
}, 1500);
})
.catch((err) => {
console.error(err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment