We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d8572 commit 129ebbfCopy full SHA for 129ebbf
1 file changed
src/server/sendDataToGeoserver.js
@@ -280,6 +280,7 @@ async function addTagsToChangeMap(object, fieldConfiguration, changeMap) {
280
281
if (wfsFieldName && tagId) {
282
const tags = (await getFieldValues(object, tagsPath.split('.')))[0];
283
+ if (!tags) continue;
284
const tag = tags.find(entry => entry._id === tagId);
285
if (wfsFieldValue) {
286
if (tag !== undefined) changeMap[wfsFieldName] = wfsFieldValue;
0 commit comments