Commit 770e40ed authored by procenko's avatar procenko
Browse files

fix data loading on geoZoneList

parent a1033bd9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -77,7 +77,7 @@ function ViewGeoZoneListCtrl ($timeout, $scope, $http, $alert, $window, $locatio
$timeout(function () {
vm.doFilter(false);
vm.clearGrid();
if (geoZoneGridService.restoreCurrentPage) {
geoZoneGridService.restoreCurrentPage = false;
updateGeoZoneGridDataTable();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment