[Bug #659] Fix bug
The problem is that the new container is newly created so it has no task source. FEA: ItEr61S05BugFixing
This commit is contained in:
parent
fd6f652f54
commit
e8b77aba32
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ public class OrderLineGroup extends OrderElement implements
|
|||
|
||||
@Override
|
||||
protected void onChildRemovedAdditionalActions(OrderElement removedChild) {
|
||||
if (removedChild.isScheduled()) {
|
||||
if (removedChild.isScheduled() && getThis().isScheduled()) {
|
||||
removeChildTask(removedChild);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue