Skip to content
Snippets Groups Projects
Commit 863d698d authored by Camille Blanchon's avatar Camille Blanchon
Browse files

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

REDMINE_ISSUE-15949| Visibilité des signalements

See merge request !537
parents a05a05b6 e5e36cae
No related branches found
No related tags found
1 merge request!537REDMINE_ISSUE-15949| Visibilité des signalements
......@@ -473,7 +473,7 @@ export default {
},
userStatus() {
return this.USER_LEVEL_PROJECTS[this.$route.params.slug];
return this.USER_LEVEL_PROJECTS ? this.USER_LEVEL_PROJECTS[this.$route.params.slug] : '';
},
checked: {
......
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