Closed etj closed 2 months ago
Passing an UUID not in uuid format will not match the django URL path, since uuid is typed as uuid.
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
master
Dup of #12553
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