GeoNode / geonode-importer

MIT License
3 stars 15 forks source link

Return detail_url for SLD and XML and prepare for the new input params #230

Closed giohappy closed 8 months ago

giohappy commented 8 months ago

We want to return the detail URL so that the upload pages can redirect to the dataset. At the moment we're using detail_title (which is the alternate, actually) since the legacy forms use that, but the new UI (https://github.com/GeoNode/geonode-mapstore-client/issues/1559) will pass the resource id instead, so we want to be prepared for that.