[Bug #1270] Fix problem the first time you choose a progress type
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
d99c33e90f
commit
92311bc039
1 changed files with 1 additions and 1 deletions
|
|
@ -152,8 +152,8 @@ public class CompanyPlanningController implements Composer {
|
|||
|
||||
@Override
|
||||
public void onEvent(Event event) {
|
||||
planner.updateCompletion(getSelectedProgressType().toString());
|
||||
planner.forcedShowAdvances();
|
||||
planner.updateCompletion(getSelectedProgressType().toString());
|
||||
}
|
||||
|
||||
private ProgressType getSelectedProgressType() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue