mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
visgraph: default uncheck layers when loading
This commit is contained in:
parent
a9d3d2027b
commit
8eedee5e91
@ -148,6 +148,7 @@ const store = createStore({
|
|||||||
.then(household => new Promise(resolve => {
|
.then(household => new Promise(resolve => {
|
||||||
//console.log('getHouseholdByPerson', household)
|
//console.log('getHouseholdByPerson', household)
|
||||||
commit('addHousehold', household)
|
commit('addHousehold', household)
|
||||||
|
commit('addExcludedNode', household.id)
|
||||||
dispatch('addLinkFromPersonsToHousehold', household)
|
dispatch('addLinkFromPersonsToHousehold', household)
|
||||||
resolve()
|
resolve()
|
||||||
})
|
})
|
||||||
@ -212,6 +213,7 @@ const store = createStore({
|
|||||||
//console.log('course', course.id)
|
//console.log('course', course.id)
|
||||||
commit('markCourseLoaded', course.id)
|
commit('markCourseLoaded', course.id)
|
||||||
commit('addCourse', course)
|
commit('addCourse', course)
|
||||||
|
commit('addExcludedNode', course.id)
|
||||||
dispatch('addLinkFromPersonsToCourse', course)
|
dispatch('addLinkFromPersonsToCourse', course)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user