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