05/16 Fix bugs 2
This commit is contained in:
@@ -730,6 +730,7 @@ def flag_issue(inspection_id):
|
||||
status = 'open',
|
||||
assigned_to = form.assigned_to.data or None,
|
||||
reported_at = now_eastern(),
|
||||
reported_by = current_user.id,
|
||||
)
|
||||
db.session.add(issue)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user