update dataFields with new current use fields
This commit is contained in:
parent
a97d217022
commit
5d5f4c71df
@ -257,7 +257,15 @@ export const buildingAttributesConfig = valueType<DataFieldConfig>()({ /* eslint
|
|||||||
derivedEdit: true,
|
derivedEdit: true,
|
||||||
verify: false,
|
verify: false,
|
||||||
},
|
},
|
||||||
|
current_landuse_source: {
|
||||||
|
edit: true,
|
||||||
|
},
|
||||||
|
current_landuse_source_detail: {
|
||||||
|
edit: true,
|
||||||
|
},
|
||||||
|
current_landuse_link: {
|
||||||
|
edit: true,
|
||||||
|
},
|
||||||
dynamics_has_demolished_buildings: {
|
dynamics_has_demolished_buildings: {
|
||||||
edit: true,
|
edit: true,
|
||||||
verify: true
|
verify: true
|
||||||
|
Loading…
Reference in New Issue
Block a user