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

fix feature_detail

parent 2466bff4
No related branches found
No related tags found
No related merge requests found
......@@ -434,9 +434,11 @@ export default {
'user',
'USER_LEVEL_PROJECTS'
]),
...mapState('projects', [
'project'
]),
...mapGetters([
'permissions',
'project'
]),
...mapState('feature', [
'linked_features',
......@@ -504,7 +506,9 @@ export default {
// Chargements des features et infos projet en cas d'arrivée directe sur la page ou de refresh
axios.all([
this.$store
.dispatch('GET_PROJECT_INFO', this.$route.params.slug),
.dispatch('projects/GET_PROJECT', this.$route.params.slug),
this.$store
.dispatch('projects/GET_PROJECT_INFO', this.$route.params.slug),
this.$store.dispatch('feature/GET_PROJECT_FEATURE', {
project_slug: this.$route.params.slug,
feature_id: this.$route.params.slug_signal
......
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