From fe426a3aca202b0628f08a4066e0b1b1757c3783 Mon Sep 17 00:00:00 2001 From: saidaipparla Date: Thu, 27 Oct 2016 12:17:20 +0200 Subject: [PATCH] fix #1024 dipached an action of resetCurrentMap to load metadatamodal after save --- web/client/actions/maps.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/actions/maps.js b/web/client/actions/maps.js index f0b9671762..08bb0f1fe2 100644 --- a/web/client/actions/maps.js +++ b/web/client/actions/maps.js @@ -335,6 +335,7 @@ function saveAll(map, metadataMap, nameThumbnail, dataThumbnail, categoryThumbna dispatch(resetUpdating(resourceIdMap)); dispatch(onDisplayMetadataEdit(false)); } + dispatch(resetCurrentMap()); }; }