[Bug #761] Fix bug

Initializing disabled state of workerSearchTab and
newAllocationSelector so they don't keep previous disabled state.

FEA: ItEr66S04BugFixing
This commit is contained in:
Óscar González Fernández 2010-12-27 16:26:27 +01:00
parent 9caf32dcc6
commit c7f96413c0

View file

@ -734,11 +734,13 @@ public class FormBinder {
public void setWorkerSearchTab(Tab workerSearchTab) {
this.workerSearchTab = workerSearchTab;
this.workerSearchTab.setDisabled(recommendedAllocation);
}
public void setNewAllocationSelectorCombo(
NewAllocationSelectorCombo newAllocationSelectorCombo) {
this.newAllocationSelectorCombo = newAllocationSelectorCombo;
this.newAllocationSelectorCombo.setDisabled(recommendedAllocation);
}
private void sumResourcesPerDayFromRowsAndAssignToAllResourcesPerDay() {