diff --git a/geonode_mapstore_client/static/mapstore/configs/localConfig.json b/geonode_mapstore_client/static/mapstore/configs/localConfig.json index 80b65e358f..d033394cb6 100644 --- a/geonode_mapstore_client/static/mapstore/configs/localConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/localConfig.json @@ -1276,7 +1276,8 @@ "name": "FeatureEditor", "cfg": { "hideCloseButton": true, - "hideLayerTitle": true + "hideLayerTitle": true, + "primaryKeyAttributes": ["fid"] } }, { @@ -1920,7 +1921,10 @@ "name": "ScaleBox" }, { - "name": "FeatureEditor" + "name": "FeatureEditor", + "cfg": { + "primaryKeyAttributes": ["fid"] + } }, { "name": "QueryPanel",