Mar 05 2026: implement reinspect label fix 3

This commit is contained in:
2026-03-05 11:37:37 -05:00
parent c5cddb28fb
commit f336e37944
+1 -1
View File
@@ -518,7 +518,7 @@ def view(inspection_id):
or _f.get('text') or _f.get('text')
or _last_label_text or _last_label_text
) )
elif _ftype in ('text', 'textarea'): elif _ftype in ('text', 'textarea', 'select'):
if _frow not in _row_text_candidates: if _frow not in _row_text_candidates:
_row_text_candidates[_frow] = [] _row_text_candidates[_frow] = []
_row_text_candidates[_frow].append((_fcol, _fid)) _row_text_candidates[_frow].append((_fcol, _fid))