From 2d317d3cbf741f596ae4223cc9532575810ed1c0 Mon Sep 17 00:00:00 2001 From: Matt Poole Date: Mon, 30 Mar 2026 13:25:03 +0100 Subject: [PATCH 1/2] hard coded list --- config/default.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/default.yaml b/config/default.yaml index 7ddd0f94..e5058b89 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -115,6 +115,23 @@ datasetsConfig: entityDisplayName: base: infrastructure funding statement variable: statement + plan-timetable: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + local-plan: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + minerals-plan: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + waste-plan: + guidanceUrl: /guidance/specifications/plan + entityDisplayName: + variable: plan + # Any dataset that has one of these three previous rules set, will be displayed in the LPA Dashboard to be checked. provisionReasons: - statutory From 016e718f1b3955519f18a86792f7d3828ab2757f Mon Sep 17 00:00:00 2001 From: Matt Poole Date: Wed, 1 Apr 2026 10:44:37 +0100 Subject: [PATCH 2/2] show LPG's in prod --- config/production.yaml | 1 + config/staging.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/production.yaml b/config/production.yaml index bb60eb0c..b2856cb0 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -2,6 +2,7 @@ organisationTypes: - local-authority - national-park-authority - development-corporation + - local-planning-group asyncRequestApi: { url: http://production-pub-async-api-lb-636110663.eu-west-2.elb.amazonaws.com } diff --git a/config/staging.yaml b/config/staging.yaml index dde3d2d2..59baa932 100644 --- a/config/staging.yaml +++ b/config/staging.yaml @@ -2,6 +2,7 @@ organisationTypes: - local-authority - national-park-authority - development-corporation + - local-planning-group asyncRequestApi: { url: http://staging-pub-async-api-lb-12493311.eu-west-2.elb.amazonaws.com }