Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CDEK Development
tariff-calculator
Commits
770e40ed
Commit
770e40ed
authored
8 years ago
by
procenko
Browse files
Options
Download
Email Patches
Plain Diff
fix data loading on geoZoneList
parent
a1033bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/app/viewGeoZoneList/viewGeoZoneList.js
+1
-1
frontend/app/viewGeoZoneList/viewGeoZoneList.js
with
1 addition
and
1 deletion
+1
-1
frontend/app/viewGeoZoneList/viewGeoZoneList.js
View file @
770e40ed
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help