dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40226
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20377: Added program persisted property for map view
------------------------------------------------------------
revno: 20377
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2015-09-27 19:36:43 +0200
message:
Added program persisted property for map view
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/mapping/hibernate/MapView.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/mapping/hibernate/MapView.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/mapping/hibernate/MapView.hbm.xml 2015-06-26 17:02:18 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/mapping/hibernate/MapView.hbm.xml 2015-09-27 17:36:43 +0000
@@ -62,6 +62,9 @@
foreign-key="fk_mapview_itemorgunitgroups_orgunitgroupid" />
</list>
+ <many-to-one name="program" class="org.hisp.dhis.program.Program" column="programid"
+ foreign-key="fk_reporttable_programid" />
+
<property name="userOrganisationUnit" />
<property name="userOrganisationUnitChildren" />