From e1222778fecc6c31dd5697d72127a0885a4715ab Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 10 Mar 2026 16:53:13 +0000 Subject: [PATCH] Show pool condition and pre-populate the pool condition --- html/template/sync/review/pool.html | 67 ++++++++++++++++------------- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/html/template/sync/review/pool.html b/html/template/sync/review/pool.html index b206526a..a378b1cd 100644 --- a/html/template/sync/review/pool.html +++ b/html/template/sync/review/pool.html @@ -98,7 +98,7 @@ // Populate form with task values this.form = { - poolCondition: task.poolCondition || "", + poolCondition: task.condition || "", ownerContact: task.ownerContact || "", residentContact: task.residentContact || "", poolShape: task.poolShape || "", @@ -384,7 +384,7 @@ @@ -401,42 +401,47 @@ :class="{ 'border-warning': form.poolCondition !== originalValues.poolCondition }" > - - - - - + + + + + + -
- -
- + -
- -
- +