Bug #1422: Fix issue calling onRetreival to force synchronization
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
09e1cdcc1a
commit
aaf0c92767
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ public class PlanningStateCreator {
|
|||
}
|
||||
}
|
||||
PlanningState result = createPlanning(reload(order));
|
||||
result.onRetrieval();
|
||||
desktop.setAttribute(ATTRIBUTE_NAME, result);
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue