File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1606,8 +1606,9 @@ _computeChildrenByTypeV2()
1606
1606
trace->info () << " ItemGroupImpl::_computeChildrenByTypeV2 for " << name ()
1607
1607
<< " type=" << type_mng->typeName (i) << " nb=" << n;
1608
1608
}
1609
- trace->info () << " ItemGroupImpl::_computeChildrenByTypeV2 for " << name ()
1610
- << " nb_item=" << nb_item << " nb_different_type=" << nb_different_type;
1609
+ if (is_verbose)
1610
+ trace->info () << " ItemGroupImpl::_computeChildrenByTypeV2 for " << name ()
1611
+ << " nb_item=" << nb_item << " nb_different_type=" << nb_different_type;
1611
1612
1612
1613
// Si nb_different_type == 1, cela signifie qu'il n'y a qu'un seul
1613
1614
// type d'entité et on conserve juste ce type car dans ce cas on passera
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ class ItemGroupInternal
184
184
185
185
// ! Gestion pour applyOperation() Version 2
186
186
// @{
187
- bool m_use_v2_for_apply_operation = false ;
187
+ bool m_use_v2_for_apply_operation = true ;
188
188
189
189
public:
190
190
You can’t perform that action at this time.
0 commit comments