geonode icon indicating copy to clipboard operation
geonode copied to clipboard

Fix map_embed after cleanup

Open giohappy opened this issue 2 years ago • 0 comments

After the removal of map_detail we don't need a method that just created the map context. Moreover that method was refactored directly from map_detail, and it generates a response instead of a context in case permission is denied. This makes the returned value not unique, requiring the caller to check the value type.

giohappy avatar Jul 26 '22 15:07 giohappy