Enable again resource allocation inputs for any assignment function
This reverts changes done in commit 0053c5e5d2
FEA: ItEr75S23FixAllocationModel
This commit is contained in:
parent
5a85e0478d
commit
e71b057c0d
1 changed files with 2 additions and 4 deletions
|
|
@ -504,13 +504,11 @@ public abstract class AllocationRow {
|
|||
this.currentCalculatedValue = calculatedValue;
|
||||
effortInput
|
||||
.setDisabled(calculatedValue != CalculatedValue.RESOURCES_PER_DAY
|
||||
|| recommendedAllocation
|
||||
|| isAssignmentFunctionNotFlat());
|
||||
|| recommendedAllocation);
|
||||
effortInput.setConstraint(constraintForHoursInput());
|
||||
intendedResourcesPerDayInput
|
||||
.setDisabled(calculatedValue == CalculatedValue.RESOURCES_PER_DAY
|
||||
|| recommendedAllocation
|
||||
|| isAssignmentFunctionNotFlat());
|
||||
|| recommendedAllocation);
|
||||
if (intendedResourcesPerDayInput.isDisabled()) {
|
||||
clearRealResourcesPerDay();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue