← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18128: tracker-capture - removed unecessary dashboard reload

 

------------------------------------------------------------
revno: 18128
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-01-27 13:48:23 +0100
message:
  tracker-capture - removed unecessary dashboard reload
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/relationship/relationship-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/relationship/relationship-controller.js'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/relationship/relationship-controller.js	2015-01-05 15:31:59 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/relationship/relationship-controller.js	2015-01-27 12:48:23 +0000
@@ -3,7 +3,6 @@
                 $rootScope,
                 $modal,                
                 $location,
-                $route,
                 $translate,
                 CurrentSelection,
                 TEIService,
@@ -85,7 +84,6 @@
         }        
     
         $location.path('/dashboard').search({tei: teiId, program: dashboardProgram}); 
-        $route.reload();                                 
     };
     
     var setRelationships = function(){