diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index 04971faf..7c65436f 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1104,8 +1104,10 @@ U.Map = L.Map.extend({ if (datalayer.isDirty) await datalayer.save() } this.isDirty = false - this.renderEditToolbar() - this.propagate() + // Do a blind render for now, as we are not sure what could + // have changed, we'll be more subtil when we'll remove the + // save action + this.render(['name', 'user', 'permissions']) this.fire('saved') },