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'

REDMINE_ISSUE-12736

See merge request !234
parents 7ea25b55 6b577ab4
No related branches found
No related tags found
2 merge requests!254version 2.3.2,!234REDMINE_ISSUE-12736
...@@ -234,7 +234,15 @@ export default { ...@@ -234,7 +234,15 @@ export default {
this.GET_PROJECT_FEATURE_TYPES(this.$route.params.slug) this.GET_PROJECT_FEATURE_TYPES(this.$route.params.slug)
.then(() => { .then(() => {
this.loading = false; 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) => { .catch((err) => {
console.error(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