GeoNode / geonode-mapstore-client

MapStore Client for GeoNode
http://geonode.org/geonode-mapstore-client/master
Other
13 stars 102 forks source link

Adapt the client to the new output information from the execution requests for uploads #1748

Closed giohappy closed 1 month ago

giohappy commented 1 month ago

The output params of the execution requests for uploads will be changed to include the ID of the new resource (https://github.com/GeoNode/geonode-importer/issues/240).

The client must bi adapted to handle the new output.

mattiagiupponi commented 1 month ago

branch for test is available. PR is here https://github.com/GeoNode/geonode-importer/issues/240

giohappy commented 1 month ago

@dsuren1 there's a regression. Contrary to the previous behavior, the button shows a generic "View datasets" instead of "View" (linking to the specific resource) even if only one resource has been uploaded.

image

dsuren1 commented 1 month ago

@giohappy Reason being is that the recent changes done on the client side is not reflected in dev.demo

image
giohappy commented 1 month ago

@dsuren1 right, the PR with the new bundle wasn't merged. It is working now.