Bug #1586: Fix issue reseting list of checkboxes before adding them
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
be15db0de8
commit
8be20340bf
2 changed files with 2 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
|
||||
int columnNumber = 0;
|
||||
|
||||
earnedValueChartConfigurationCheckboxes.clear();
|
||||
for (EarnedValueType type : EarnedValueType.values()) {
|
||||
Checkbox checkbox = new Checkbox(type.getAcronym());
|
||||
checkbox.setTooltiptext(type.getName());
|
||||
|
|
|
|||
|
|
@ -833,6 +833,7 @@ public class OrderPlanningModel implements IOrderPlanningModel {
|
|||
|
||||
int columnNumber = 0;
|
||||
|
||||
earnedValueChartConfigurationCheckboxes.clear();
|
||||
for (EarnedValueType type : EarnedValueType.values()) {
|
||||
Checkbox checkbox = new Checkbox(type.getAcronym());
|
||||
checkbox.setTooltiptext(type.getName());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue