ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #498] Make a task with consolidated advances immovable due to dependencies.
This commit is contained in:
parent
1e148349e2
commit
ce652caa1a
1 changed files with 2 additions and 1 deletions
|
|
@ -620,7 +620,8 @@ public class TaskElementAdapter implements ITaskElementAdapter {
|
|||
|
||||
@Override
|
||||
public boolean isFixed() {
|
||||
return taskElement.isLimitingAndHasDayAssignments();
|
||||
return taskElement.isLimitingAndHasDayAssignments()
|
||||
|| taskElement.hasConsolidations();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue