[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:
parent
9caf32dcc6
commit
c7f96413c0
1 changed files with 2 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue