dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30543
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15504: Fixed bug - The dropdown list of options of dataelements does not show up in Add function of sing...
------------------------------------------------------------
revno: 15504
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-06-01 22:48:01 +0800
message:
Fixed bug - The dropdown list of options of dataelements does not show up in Add function of single event with registration.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addSingleEventRegistration.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/addSingleEventRegistration.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addSingleEventRegistration.vm 2014-05-25 04:29:18 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addSingleEventRegistration.vm 2014-06-01 14:48:01 +0000
@@ -31,7 +31,7 @@
<tbody id='entityInstanceForm'>
#parse( "/dhis-web-caseentry/trackedEntityInstanceForm.vm" )
</tbody>
- <tbody id='entryForm'>
+ <tbody>
#parse( "/dhis-web-caseentry/singleDataEntryForm.vm" )
</tbody>
<tr>