[Bug #637] Fix bug
Don't retrieve the advance end date when the task is a milestone FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
e978499264
commit
bd8b729396
1 changed files with 3 additions and 0 deletions
|
|
@ -459,6 +459,9 @@ public class TaskComponent extends Div implements AfterCompose {
|
|||
}
|
||||
|
||||
public void updateCompletionIfPossible() {
|
||||
if (task instanceof Milestone) {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
updateCompletion();
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue