------------------------------------------------------------ revno: 18191 committer: Tran Chau<tran.hispviet...@gmail.com> 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
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp