From 2c6036250fe7ac321f5879d243c285bfe44edf5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Tue, 29 Dec 2009 12:54:22 +0100 Subject: [PATCH] ItEr41S16ImplantacionAplicacionItEr40S21: Adding missing delete-orphan. Avoids exception when removing an allocation row with derived allocations. --- .../business/planner/entities/ResourceAllocations.hbm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navalplanner-business/src/main/resources/org/navalplanner/business/planner/entities/ResourceAllocations.hbm.xml b/navalplanner-business/src/main/resources/org/navalplanner/business/planner/entities/ResourceAllocations.hbm.xml index c4e8fce84..77b46948e 100644 --- a/navalplanner-business/src/main/resources/org/navalplanner/business/planner/entities/ResourceAllocations.hbm.xml +++ b/navalplanner-business/src/main/resources/org/navalplanner/business/planner/entities/ResourceAllocations.hbm.xml @@ -20,7 +20,7 @@ column="ASSIGNMENT_FUNCTION" not-null="false" cascade="all" lazy="false" /> - +