dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #32078
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16394: minor
------------------------------------------------------------
revno: 16394
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-08-13 10:32:25 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/scripts/services.js
--
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-tracker-capture/src/main/webapp/dhis-web-tracker-capture/scripts/services.js'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/scripts/services.js 2014-08-13 08:20:00 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/scripts/services.js 2014-08-13 08:32:25 +0000
@@ -702,9 +702,7 @@
this.resetAttributesQuery = function(attributes, enrollment){
- angular.forEach(attributes, function(attribute){
-
- attribute.operator = '';
+ angular.forEach(attributes, function(attribute){
attribute.exactValue = '';
attribute.startValue = '';
attribute.endValue = '';