dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #33330
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17010: respecting program setting for displayIncidentDate
------------------------------------------------------------
revno: 17010
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-10-08 16:25:52 +0200
message:
respecting program setting for displayIncidentDate
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.html
--
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-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.html'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.html 2014-10-08 08:48:34 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment.html 2014-10-08 14:25:52 +0000
@@ -28,7 +28,7 @@
<input type="text" placeholder="yyyy-mm-dd" class="form-control" ng-date ng-model="selectedEnrollment.dateOfEnrollment" ng-disabled="true"/>
</td>
</tr>
- <tr class="col-md-12">
+ <tr class="col-md-12" ng-if="selectedProgram.displayIncidentDate">
<td class="col-md-6">
{{selectedProgram.dateOfIncidentDescription}}
</td>