dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29908
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15181: Fixed bug - Program report fails in execute in TEI Dashboard.
------------------------------------------------------------
revno: 15181
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-05-06 21:16:46 +0800
message:
Fixed bug - Program report fails in execute in TEI Dashboard.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm
--
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-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm 2014-04-20 02:45:01 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm 2014-05-06 13:16:46 +0000
@@ -1,6 +1,7 @@
#set($noGroup = $attributeGroups.size() )
#if( $programInstance || $hasDataEntry=='true' )
<input type='hidden' id='programInstanceId' name='programInstanceId' value='$programInstance.id' />
+<input type='hidden' id='programInstanceUid' name='programInstanceUid' value='$programInstance.uid' />
<input type='hidden' id='programStageInstanceId' name='programStageInstanceId' value='0'>
<input type='hidden' id='entityInstanceId' name='entityInstanceId' value='$programInstance.entityInstance.id' />
<input type='hidden' id='entityInstanceUid' name='entityInstanceUid' value='$programInstance.entityInstance.uid' />
@@ -167,7 +168,7 @@
getVisitSchedule(getFieldValue('programInstanceId'));
}
else if( ui.tab.hash == '#tab-5' ){
- programReports(getFieldValue('programInstanceId'));
+ programReports(getFieldValue('programInstanceUid'));
}
else if( ui.tab.hash == '#tab-4' ){
getEventMessages(getFieldValue('programInstanceId'));