Skip to content

Commit

Permalink
Fix #1857 After saving a resource the resource information must be re…
Browse files Browse the repository at this point in the history
…freshed
  • Loading branch information
allyoucanmap authored and giohappy committed Sep 20, 2024
1 parent bf6e42e commit 673f000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geonode_mapstore_client/client/js/epics/gnsave.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ export const gnSaveContent = (action$, store) =>
saveSuccess(resource),
setResource({
...currentResource,
...body
...body,
...resource
}),
updateResource(resource),
...(action.showNotifications
Expand Down

0 comments on commit 673f000

Please sign in to comment.