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

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

REDMINE_ISSUE-12758

See merge request !236
parents 84c28627 f38b92e4
No related branches found
No related tags found
No related merge requests found
const faIcons = [
'circle',
'address-book',
'address-card',
'adjust',
......
......@@ -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',
......
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