dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07928
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2349: Data Section Form - Fixed bug view history
------------------------------------------------------------
revno: 2349
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-10-12 16:16:17 +0700
message:
Data Section Form - Fixed bug view history
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.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-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm 2010-10-12 08:22:10 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/dataElement.vm 2010-10-12 09:16:17 +0000
@@ -50,7 +50,7 @@
<td #if( $mark == 0 ) style="background-color:#dddddd" #end>
<span id="value[$dataElement.id].name" title="$!encoder.htmlEncode( $dataElement.description )">
#if( $dataElement.type == "int" && $auth.hasAccess( "dhis-web-dataentry", "viewHistory" ) )
- <a href="javascript:viewHistory( $dataElement.id )">
+ <a href="javascript:viewHistory( $dataElement.id, $optionComboId, true )">
#end
#if( $useShortName )
$encoder.htmlEncode( $dataElement.shortName )