Skip to content

Commit

Permalink
require refresh on saving polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
zandre-eng committed Oct 30, 2024
1 parent ab46168 commit a13bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/geospatial/static/geospatial/js/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ hqDefine('geospatial/js/models', [
);
// redraw using mapControlsModelInstance
self.selectedSavedPolygonId(ret.id);
self.shouldRefreshPage(self.requiresPageRefresh());
self.shouldRefreshPage(true);
},
error: function (response) {
const responseText = response.responseText;
Expand Down

0 comments on commit a13bcdf

Please sign in to comment.