dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31555
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16095: Fixed bug - Exception thrown when to click on an active-program in Dashboard.
------------------------------------------------------------
revno: 16095
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2014-07-12 09:34:23 +0700
message:
Fixed bug - Exception thrown when to click on an active-program in Dashboard.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/trackedEntityInstanceDashboard.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/trackedEntityInstanceDashboard.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/trackedEntityInstanceDashboard.vm 2014-07-09 06:01:46 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/trackedEntityInstanceDashboard.vm 2014-07-12 02:34:23 +0000
@@ -106,10 +106,8 @@
</tr>
#if($programInstance.program.type==1 && $programStageInstance)
<tr>
- <td id='tr2_$programInstance.id'
- onclick='javascript:loadActiveProgramStageRecords("$programInstance.id", "$programStageInstance.id")'
- style='cursor:pointer;'>
- <a>• $programStageInstance.programStage.displayName ($format.formatDate($programStageInstance.dueDate))</a>
+ <td id='tr2_$programInstance.id' style='cursor:pointer;'>
+ • $programStageInstance.programStage.displayName ($format.formatDate($programStageInstance.dueDate))
</td>
</tr>
#end