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.
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 thealternate
, 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.