------------------------------------------------------------
revno: 16095
committer: Tran Chau <[email protected]>
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>&#8226; $programStageInstance.programStage.displayName ($format.formatDate($programStageInstance.dueDate))</a>
+								<td id='tr2_$programInstance.id' style='cursor:pointer;'>
+									&#8226; $programStageInstance.programStage.displayName ($format.formatDate($programStageInstance.dueDate))
 								</td>
 							</tr>
 						#end

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to