make planning fields editable
This commit is contained in:
parent
7bea8a572a
commit
92f69eb7a5
@ -178,16 +178,20 @@ export const buildingAttributesConfig = valueType<DataFieldConfig>()({ /* eslint
|
||||
verify: true,
|
||||
},
|
||||
planning_in_list: {
|
||||
edit: false,
|
||||
edit: true,
|
||||
verify: true,
|
||||
},
|
||||
planning_list_id: {
|
||||
edit: false,
|
||||
edit: true,
|
||||
verify: true,
|
||||
},
|
||||
planning_list_cat: {
|
||||
edit: false,
|
||||
edit: true,
|
||||
verify: true,
|
||||
},
|
||||
planning_list_grade: {
|
||||
edit: false,
|
||||
edit: true,
|
||||
verify: true,
|
||||
},
|
||||
planning_heritage_at_risk_id: {
|
||||
edit: true,
|
||||
|
Loading…
Reference in New Issue
Block a user