TASKPM/libreplan-business
Manuel Rego Casasnovas a6ef3f34d2 Bug #1553, #1554: Remove unique constraint in DB for OrderElement codes
In order to allow switch tasks codes and avoid the issues changing the code
while creating a child, the unique constraint in DB for field code in
order_element table has been removed.

Instead two new constraints methods have been added:
* OrderElement.checkConstraintUniqueCode()
* Order.checkConstraintUniqueCodeInsideOrder()

FEA: ItEr77S04BugFixing
2012-11-20 09:52:32 +01:00
..
src Bug #1553, #1554: Remove unique constraint in DB for OrderElement codes 2012-11-20 09:52:32 +01:00
pom.xml Bump version number to 1.3.1 2012-10-15 14:12:13 +02:00