← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 554: Modify Hibernate configuration file in Vietnam.

 

------------------------------------------------------------
revno: 554
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-09-02 10:33:51 +0700
message:
  Modify Hibernate configuration file in Vietnam.
modified:
  local/vn/dhis-service-chr/src/main/resources/org/hisp/dhis/vn/chr/hibernate/FormReport.hbm.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'local/vn/dhis-service-chr/src/main/resources/org/hisp/dhis/vn/chr/hibernate/FormReport.hbm.xml'
--- local/vn/dhis-service-chr/src/main/resources/org/hisp/dhis/vn/chr/hibernate/FormReport.hbm.xml	2009-09-01 13:50:25 +0000
+++ local/vn/dhis-service-chr/src/main/resources/org/hisp/dhis/vn/chr/hibernate/FormReport.hbm.xml	2009-09-02 03:33:51 +0000
@@ -29,9 +29,9 @@
         </property>
         
         <list name="forms" table="formassociations">
-			<key column="formid"/>
+			<key column="formreportid"/>
 			<list-index base="0" column="form_order"/>
-			<many-to-many class="org.hisp.dhis.vn.chr.Form" column="formid" foreign-key="fk_reportid_dataelementid"/>
+			<many-to-many class="org.hisp.dhis.vn.chr.Form" column="formid" foreign-key="fk_reportid_formid"/>
 		</list>
 		
     </class>