zalf-rdm / geonode

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

[Fixes #109] Bug: Unable set keywords on geonode_objects when defining keyword via API #120

Closed mwallschlaeger closed 3 weeks ago

mwallschlaeger commented 3 weeks ago

Description

This code changes will allow users to set keywords to datasets, maps and other geonode objects via the API using syntax like e.g. geonodectl ds patch 2 --set '{ "keywords": [ {"name" : "test2"}, {"name": "test"}] }'

Type of Change

Please select the relevant option:

Related Issue

If there is an existing issue related to this pull request, please reference it here.

closes #109

Checklist

Please ensure that your pull request meets the following requirements:

Additional Notes

Any additional information or context regarding the pull request can be provided here.

Thank you for creating this pull request