GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.46k stars 1.13k forks source link

Path uuid/<UUID> fails #12565

Closed etj closed 2 months ago

etj commented 2 months ago

Passing an UUID not in uuid format will not match the django URL path, since uuid is typed as uuid.

There may be cases where the identifier is customized and does not follow the UUID syntax.

Branch master already contains a fix for that https://github.com/GeoNode/geonode/commit/c21f14af4516f2d674fdeaac8b713d262e8a7ca5

etj commented 2 months ago

Dup of #12553