Feb 27 2026: update Issue view details 2

This commit is contained in:
2026-02-27 17:51:38 -05:00
parent 0cf36a2f41
commit 998569d402
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ def view(issue_id):
issue.result_photos = existing + new_photos
# Persist a comment entry if the user wrote update notes
comment_body = form.comments.data.strip() if form.comments.data else ''
comment_body = form.update_notes.data.strip() if form.update_notes.data else ''
if comment_body:
comment = IssueComment(
issue_id = issue.id,