Skip to content
Snippets Groups Projects
Commit cc9bc876 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

refresh user levels projects after project creation

parent 17bf28ed
No related branches found
No related tags found
2 merge requests!254version 2.3.2,!220REDMINE_ISSUE-12733
......@@ -371,6 +371,7 @@ export default {
goBackNrefresh(slug) {
Promise.all([
this.$store.dispatch("GET_USER_LEVEL_PROJECTS"), //* refresh projects user levels
this.$store.dispatch("GET_USER_LEVEL_PERMISSIONS"), //* refresh projects permissions
this.$store.dispatch("GET_ALL_PROJECTS"), //* & refresh project list
]).then(() =>
......
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