Disable constraints combo in tasks updated from timesheets
FEA: ItEr77S12AdaptPlanningAccordingTimesheets
This commit is contained in:
parent
80601c2034
commit
4397d43133
1 changed files with 2 additions and 1 deletions
|
|
@ -138,7 +138,8 @@ public class TaskPropertiesController extends GenericForwardComposer {
|
|||
|
||||
disabledConstraintsAndAllocations = currentTaskElement
|
||||
.isSubcontractedAndWasAlreadySent()
|
||||
|| currentTaskElement.isLimitingAndHasDayAssignments();
|
||||
|| currentTaskElement.isLimitingAndHasDayAssignments()
|
||||
|| currentTaskElement.isUpdatedFromTimesheets();
|
||||
if (!disabledConstraintsAndAllocations && (currentTaskElement.isTask())) {
|
||||
disabledConstraintsAndAllocations = ((Task) currentTaskElement)
|
||||
.isManualAnyAllocation();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue