=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2016-01-20 13:50:57 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2016-01-22 13:17:23 +0000 @@ -1499,7 +1499,7 @@ else { if ($scope.currentStage.allowGenerateNextVisit) { if($scope.currentStage.repeatable){ - $scope.showCreateEvent($scope.currentStage, $scope.eventCreationActions.add); + $scope.showCreateEvent($scope.currentStage, $scope.eventCreationActions.schedule); } else{ var index = -1, stage = null; @@ -1511,7 +1511,7 @@ } if(stage ){ if(!$scope.eventsByStage[stage.id] || $scope.eventsByStage[stage.id] && $scope.eventsByStage[stage.id].length === 0){ - $scope.showCreateEvent(stage, $scope.eventCreationActions.add); + $scope.showCreateEvent(stage, $scope.eventCreationActions.schedule); } } }