=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js 2015-10-05 08:58:13 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard-controller.js 2015-10-21 08:56:32 +0000 @@ -5,6 +5,7 @@ function($rootScope, $scope, $location, + $route, $modal, $timeout, $filter, @@ -361,7 +362,8 @@ }); }; $scope.back = function(){ - $location.path('/').search({program: $scope.selectedProgramId}); + $location.path('/').search({program: $scope.selectedProgramId}); + $route.reload(); }; $scope.displayEnrollment = false;