dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #32984
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16785: Put fetch=join in OutboundSms.hbm.xml file again. Just removed it by mistake.
------------------------------------------------------------
revno: 16785
committer: Tran Chau<tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-09-23 22:00:12 +0700
message:
Put fetch=join in OutboundSms.hbm.xml file again. Just removed it by mistake.
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/sms/hibernate/OutboundSms.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/sms/hibernate/OutboundSms.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/sms/hibernate/OutboundSms.hbm.xml 2014-09-23 14:49:00 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/sms/hibernate/OutboundSms.hbm.xml 2014-09-23 15:00:12 +0000
@@ -10,7 +10,7 @@
<generator class="native" />
</id>
- <set name="recipients" table="outbound_sms_recipients">
+ <set name="recipients" table="outbound_sms_recipients" fetch="join">
<key column="outbound_sms_id" />
<element type="text"/>
</set>