From 35cf0ff4ece25b3451f48f57d98996298a54984d Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Fri, 5 Oct 2018 21:45:40 +0100 Subject: [PATCH] Disable TOID input field --- app/src/frontend/fields-config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/frontend/fields-config.json b/app/src/frontend/fields-config.json index 60d9986d..04780efe 100644 --- a/app/src/frontend/fields-config.json +++ b/app/src/frontend/fields-config.json @@ -16,11 +16,13 @@ { "title": "Postcode", "slug": "location_postcode", "type": "text" }, { "title": "TOID", "slug": "ref_toid", "type": "text", - "tooltip": "Ordnance Survey Topography Layer ID (to be filled automatically)" + "tooltip": "Ordnance Survey Topography Layer ID (to be filled automatically)", + "disabled": true }, { "title": "UPRNs", "slug": "ref_uprn", "type": "list", - "tooltip": "Unique Property Reference Numbers (to be filled automatically)" + "tooltip": "Unique Property Reference Numbers (to be filled automatically)", + "disabled": true } ] }, @@ -51,7 +53,7 @@ "title": "Earliest possible start date", "slug": "date_lower", "type": "number", "step": 1, "tooltip": "This should be the earliest date building could have started." }, { - "title": "Facade date", "slug": "date_facade", "type": "number", "step": 1, + "title": "Facade date", "slug": "facade_year", "type": "number", "step": 1, "tooltip": "Best estimate" }, {