dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #39535
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20020: Program rule action, corrected name on foreign key to attribute
------------------------------------------------------------
revno: 20020
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-09-07 11:28:35 +0200
message:
Program rule action, corrected name on foreign key to attribute
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/programrule/hibernate/ProgramRuleAction.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 'dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/programrule/hibernate/ProgramRuleAction.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/programrule/hibernate/ProgramRuleAction.hbm.xml 2015-08-26 18:14:12 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/programrule/hibernate/ProgramRuleAction.hbm.xml 2015-09-07 09:28:35 +0000
@@ -29,7 +29,7 @@
column="dataelementid" foreign-key="fk_programruleaction_dataelement" />
<many-to-one name="attribute" class="org.hisp.dhis.trackedentity.TrackedEntityAttribute"
- column="trackedentityattributeid" foreign-key="fk_programrulevariable_trackedentityattribute" />
+ column="trackedentityattributeid" foreign-key="fk_programruleaction_trackedentityattribute" />
<many-to-one name="programStageSection" class="org.hisp.dhis.program.ProgramStageSection"
column="programstagesectionid" foreign-key="fk_programruleaction_programstagesection" />