dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35535
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18191: Fixed bug - When doing an enrollment the system doesn't request the attributes and clears all pre...
------------------------------------------------------------
revno: 18191
committer: Tran Chau<tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2015-02-06 21:18:27 +0700
message:
Fixed bug - When doing an enrollment the system doesn't request the attributes and clears all previously existing values.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/attributeFormDiv.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/attributeFormDiv.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/attributeFormDiv.vm 2014-08-04 15:58:47 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/attributeFormDiv.vm 2015-02-06 14:18:27 +0000
@@ -3,7 +3,7 @@
#end
<table width="100%">
-#foreach($programAttribute in $programAttributes )
+#foreach($programAttribute in $attributes )
#if($program)
#set($attribute = $programAttribute.attribute)
#end