From 133eec0157fd78d835e495caee6a673732b5ad76 Mon Sep 17 00:00:00 2001 From: Tristan Slater <1631008+trslater@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:57:38 -0800 Subject: [PATCH 1/2] Show 'what steps...' question on 'No' instead of 'Yes' --- .../submission/roso-details/roso-details.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-frontend/src/app/features/public/application/submission/roso-details/roso-details.component.html b/portal-frontend/src/app/features/public/application/submission/roso-details/roso-details.component.html index 234d4ea449..ef4a888db2 100644 --- a/portal-frontend/src/app/features/public/application/submission/roso-details/roso-details.component.html +++ b/portal-frontend/src/app/features/public/application/submission/roso-details/roso-details.component.html @@ -107,7 +107,7 @@ - +
What steps will be taken to reduce impacts to surrounding agricultural land?
{{ applicationSubmission.soilReduceNegativeImpacts }} From 9dfabe67cd8986ee1a2de6d42e6db8ec61498fd8 Mon Sep 17 00:00:00 2001 From: Tristan Slater <1631008+trslater@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:59:01 -0800 Subject: [PATCH 2/2] Move "what alternative..." question inside structures check --- .../pofo-details/pofo-details.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/portal-frontend/src/app/features/public/application/submission/pofo-details/pofo-details.component.html b/portal-frontend/src/app/features/public/application/submission/pofo-details/pofo-details.component.html index 840588f3eb..710c21d97d 100644 --- a/portal-frontend/src/app/features/public/application/submission/pofo-details/pofo-details.component.html +++ b/portal-frontend/src/app/features/public/application/submission/pofo-details/pofo-details.component.html @@ -107,15 +107,15 @@
-
- What alternative measures have you considered or attempted before proposing to place fill? -
-
- {{ applicationSubmission.soilAlternativeMeasures }} - -
- +
+ What alternative measures have you considered or attempted before proposing to place fill? +
+
+ {{ applicationSubmission.soilAlternativeMeasures }} + +
+
What steps will be taken to reduce impacts to surrounding agricultural land?
{{ applicationSubmission.soilReduceNegativeImpacts }}