Bug #1619: Adding elements from template to the WBS was not showing the new nodes
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
b30fbb28a2
commit
902ad00b80
1 changed files with 3 additions and 0 deletions
|
|
@ -226,6 +226,9 @@ public class OrderElementTreeController extends TreeController<OrderElement> {
|
|||
.getRoot();
|
||||
orderModel.createFrom(parent, template);
|
||||
getModel().addNewlyAddedChildrenOf(parent);
|
||||
// Force reload bindings after adding the new nodes
|
||||
Util.reloadBindings(tree);
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue