add current_landuse_source data field
This commit is contained in:
parent
2476cc2c1e
commit
146759b341
@ -52,13 +52,13 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
|||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
/>
|
/>
|
||||||
<SelectDataEntry
|
<SelectDataEntry
|
||||||
title={dataFields.date_source.title}
|
title={dataFields.current_landuse_source.title}
|
||||||
slug="use_source"
|
slug="use_source"
|
||||||
value={props.building.date_source}
|
value={props.building.date_source}
|
||||||
mode={props.mode}
|
mode={props.mode}
|
||||||
copy={props.copy}
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
tooltip={dataFields.date_source.tooltip}
|
tooltip={dataFields.current_landuse_source.tooltip}
|
||||||
placeholder=""
|
placeholder=""
|
||||||
options={[
|
options={[
|
||||||
"Expert knowledge of building",
|
"Expert knowledge of building",
|
||||||
|
@ -193,6 +193,12 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
tooltip: "Land use Order as classified by [NLUD](https://www.gov.uk/government/statistics/national-land-use-database-land-use-and-land-cover-classification)",
|
tooltip: "Land use Order as classified by [NLUD](https://www.gov.uk/government/statistics/national-land-use-database-land-use-and-land-cover-classification)",
|
||||||
example: "",
|
example: "",
|
||||||
},
|
},
|
||||||
|
current_landuse_source: {
|
||||||
|
category: Category.LandUse,
|
||||||
|
title: "Source of information",
|
||||||
|
tooltip: "Source for the current land use",
|
||||||
|
example: "",
|
||||||
|
},
|
||||||
|
|
||||||
building_attachment_form: {
|
building_attachment_form: {
|
||||||
category: Category.Type,
|
category: Category.Type,
|
||||||
|
Loading…
Reference in New Issue
Block a user