The tasks inside a task group are not being validated
FEA: ItEr73S04BugFixing
This commit is contained in:
parent
3504933cae
commit
c4d85187ec
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ import java.util.Set;
|
|||
|
||||
import org.apache.commons.lang.Validate;
|
||||
import org.hibernate.validator.AssertTrue;
|
||||
import org.hibernate.validator.Valid;
|
||||
import org.navalplanner.business.common.entities.ProgressType;
|
||||
import org.navalplanner.business.orders.entities.TaskSource;
|
||||
import org.navalplanner.business.resources.daos.IResourceDAO;
|
||||
|
|
@ -102,6 +103,7 @@ public class TaskGroup extends TaskElement {
|
|||
}
|
||||
|
||||
@Override
|
||||
@Valid
|
||||
public List<TaskElement> getChildren() {
|
||||
return Collections.unmodifiableList(taskElements);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue