dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #38086
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19444: minor
------------------------------------------------------------
revno: 19444
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-06-18 09:48:19 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.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-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js 2015-06-18 07:38:15 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/controllers.js 2015-06-18 07:48:19 +0000
@@ -443,9 +443,6 @@
$scope.currentEventOriginialValue = angular.copy($scope.currentEvent);
if($scope.eventRegistration){
- //Blank out rule effects, as there is no rules in effect before the first
- //time the rules is run on a new page.
- $rootScope.ruleeffects[$scope.currentEvent.event] = {};
$scope.executeRules();
}
};