refactoring: renamed allSuperpositions_byid by allSuperpositions_bycids
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
...mapState(ConcernementsStore,['map_mode',
|
||||
'concernementsByID',
|
||||
'allEntitesById',
|
||||
'allSuperpositions_byid',
|
||||
'allSuperpositions_bycids',
|
||||
'allMapItems_byid',
|
||||
'opened_concernement',
|
||||
'opened_entite_id']),
|
||||
|
@@ -63,7 +63,7 @@ export default {
|
||||
'opened_entite_id',
|
||||
'opened_recit',
|
||||
'allSuperpositions',
|
||||
'allSuperpositions_byid'
|
||||
'allSuperpositions_bycids'
|
||||
]),
|
||||
...mapState(CommonStore,['map_item_ray',
|
||||
'hover_elmt',
|
||||
@@ -1150,7 +1150,7 @@ export default {
|
||||
console.log('setSuperpositionsMatterConstraints this.allSuperpositions', this.allSuperpositions);
|
||||
|
||||
// loop through all supperposition couple
|
||||
for(let [couple_id, superpositions] of Object.entries(this.allSuperpositions_byid)){
|
||||
for(let [couple_id, superpositions] of Object.entries(this.allSuperpositions_bycids)){
|
||||
// if couple has only one superposition, use regular mapItems
|
||||
// let superpositions_ids = Object.keys(superpositions);
|
||||
let i = 0;
|
||||
|
Reference in New Issue
Block a user