dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #36213
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18540: removed unused code
------------------------------------------------------------
revno: 18540
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-03-09 17:23:47 +0100
message:
removed unused code
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment-controller.js
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/profile/profile-controller.js
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/registration-controller.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-tracker-capture/components/enrollment/enrollment-controller.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment-controller.js 2015-03-09 15:56:34 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/enrollment/enrollment-controller.js 2015-03-09 16:23:47 +0000
@@ -293,8 +293,4 @@
EnrollmentService.update($scope.selectedEnrollment).then(function(data){
});
};
-
- $scope.switchRegistrationForm = function(){
- $scope.customFormExists = !$scope.customFormExists;
- };
});
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/profile/profile-controller.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/profile/profile-controller.js 2015-03-09 15:56:34 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/profile/profile-controller.js 2015-03-09 16:23:47 +0000
@@ -105,9 +105,5 @@
$scope.cancel = function(){
$scope.selectedTei = $scope.teiOriginal;
$scope.editingDisabled = !$scope.editingDisabled;
- };
-
- $scope.switchRegistrationForm = function(){
- $scope.customFormExists = !$scope.customFormExists;
- };
+ };
});
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/registration-controller.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/registration-controller.js 2015-03-09 14:38:11 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/registration-controller.js 2015-03-09 16:23:47 +0000
@@ -194,8 +194,4 @@
$scope.broadCastSelections();
}
};
-
- $scope.switchRegistrationForm = function(){
- $scope.customFormExists = !$scope.customFormExists;
- };
});
\ No newline at end of file