fix: BUG-073 (broken imports), BUG-009 (contact folders id=None), BUG-014 (tags assign 500), BUG-016 (search performance use_ai), BUG-030 (user delete GRANT DELETE), BUG-052 (miniapps response), BUG-047 (approval_requests columns), BUG-037 (compliance refresh), prestart.sh GRANT DELETE
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -330,10 +330,10 @@ async def create_incident(
|
||||
changes={"title": body.title, "incident_type": body.incident_type, "status": body.status},
|
||||
)
|
||||
db.add(audit)
|
||||
await db.flush()
|
||||
result = _incident_to_dict(incident)
|
||||
await db.commit()
|
||||
await db.refresh(incident)
|
||||
|
||||
return _incident_to_dict(incident)
|
||||
return result
|
||||
|
||||
|
||||
@router.patch(
|
||||
|
||||
Reference in New Issue
Block a user