Bug #1619: Adding elements from template to the WBS was not showing the new nodes

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2013-06-06 09:10:32 +02:00
parent b30fbb28a2
commit 902ad00b80

View file

@ -226,6 +226,9 @@ public class OrderElementTreeController extends TreeController<OrderElement> {
.getRoot(); .getRoot();
orderModel.createFrom(parent, template); orderModel.createFrom(parent, template);
getModel().addNewlyAddedChildrenOf(parent); getModel().addNewlyAddedChildrenOf(parent);
// Force reload bindings after adding the new nodes
Util.reloadBindings(tree);
} }
}); });
} }