From f336e379448f50dbc968667dfe87df2950ae067f Mon Sep 17 00:00:00 2001 From: NguyenND Date: Thu, 5 Mar 2026 11:37:37 -0500 Subject: [PATCH] Mar 05 2026: implement reinspect label fix 3 --- app/routes/inspections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/inspections.py b/app/routes/inspections.py index a0a6ff0..0f9c3c6 100644 --- a/app/routes/inspections.py +++ b/app/routes/inspections.py @@ -518,7 +518,7 @@ def view(inspection_id): or _f.get('text') or _last_label_text ) - elif _ftype in ('text', 'textarea'): + elif _ftype in ('text', 'textarea', 'select'): if _frow not in _row_text_candidates: _row_text_candidates[_frow] = [] _row_text_candidates[_frow].append((_fcol, _fid))