dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25587
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12736: Remove fixed attributes from tabular report.
------------------------------------------------------------
revno: 12736
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-10-16 22:35:35 +0700
message:
Remove fixed attributes from tabular report.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/responseDataElements.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/responseDataElements.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/responseDataElements.vm 2013-10-09 06:52:18 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/responseDataElements.vm 2013-10-16 15:35:35 +0000
@@ -5,16 +5,6 @@
{ "items": [
#if( $auth.hasAccess( "dhis-web-caseentry", "accessPatientAttributes" ) && $program!='' )
- {
- "id": "GENDER",
- "name": "$i18n.getString('gender')",
- "valueType":"GENDER"
- },
- {
- "id": "ISDEAD",
- "name": "$i18n.getString('is_dead')",
- "valueType": "bool"
- },
#foreach( $iden in $identifierTypes )
{
"id": "$iden.uid",