dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #22241
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10663: Fixed bug related to loading of standard reports in dashboard
------------------------------------------------------------
revno: 10663
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-04-22 14:41:47 +0200
message:
Fixed bug related to loading of standard reports in dashboard
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm 2012-11-15 17:28:14 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/report.vm 2013-04-22 12:41:47 +0000
@@ -6,7 +6,7 @@
#foreach ( $report in $reports )
<tr>
<td>
- <a href="../dhis-web-reporting/getReportParams.action?uid=${report.uid}&mode=report">$encoder.htmlEncode( $report.name )</a>
+ <a href="../dhis-web-reporting/getReportParams.action?uid=${report.uid}&mode=report&type=${report.type}">$encoder.htmlEncode( $report.name )</a>
</td>
<td style="width:10px">
<a href="javascript:window.location.href='removeReport.action?id=$report.id'" title="$i18n.getString( 'remove' )">