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
2 merge requests!254version 2.3.2,!236REDMINE_ISSUE-12758
const faIcons = [ const faIcons = [
'circle',
'address-book', 'address-book',
'address-card', 'address-card',
'adjust', 'adjust',
......
...@@ -234,7 +234,8 @@ export default { ...@@ -234,7 +234,8 @@ 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. Vous allez être redirigé vers la page d\'acceuil du projet.';
setTimeout(() => { setTimeout(() => {
this.$router.push({ this.$router.push({
name: 'project_detail', 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