[Bug #863] Error changing strategy without resource assignment
FEA: ItEr70S04BugFixing
This commit is contained in:
parent
13a8a64a40
commit
d0aa35f737
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ import org.zkoss.zul.Grid;
|
|||
import org.zkoss.zul.Intbox;
|
||||
import org.zkoss.zul.Label;
|
||||
import org.zkoss.zul.ListModelList;
|
||||
import org.zkoss.zul.Radio;
|
||||
import org.zkoss.zul.Radiogroup;
|
||||
|
||||
/**
|
||||
|
|
@ -74,6 +75,7 @@ public class AllocationConfiguration extends HtmlMacroComponent {
|
|||
|
||||
@Override
|
||||
public void onEvent(Event event) throws Exception {
|
||||
taskWorkableDays.clearErrorMessage(true);
|
||||
setCalculationTypeSelected(calculationTypeSelector
|
||||
.getSelectedItem().getValue());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue