Skip to content

Commit 196d1bc

Browse files
authored
Match PK columns (#2216)
1 parent 82c6949 commit 196d1bc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

geonode_mapstore_client/static/mapstore/configs/localConfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,8 @@
12761276
"name": "FeatureEditor",
12771277
"cfg": {
12781278
"hideCloseButton": true,
1279-
"hideLayerTitle": true
1279+
"hideLayerTitle": true,
1280+
"primaryKeyAttributes": ["fid"]
12801281
}
12811282
},
12821283
{
@@ -1920,7 +1921,10 @@
19201921
"name": "ScaleBox"
19211922
},
19221923
{
1923-
"name": "FeatureEditor"
1924+
"name": "FeatureEditor",
1925+
"cfg": {
1926+
"primaryKeyAttributes": ["fid"]
1927+
}
19241928
},
19251929
{
19261930
"name": "QueryPanel",

0 commit comments

Comments
 (0)