Skip to content

Commit

Permalink
Pass create_resources boolean to case_create_resources_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Oct 4, 2023
1 parent 253f073 commit 9e296f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/case/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def case_new_create_flow(
individual_participants=individual_participants,
team_participants=team_participants,
conversation_target=conversation_target,
create_resources=create_resources,
)
if not create_resources:
# we still want to update the ticket, but not twice if resources are created
Expand Down

0 comments on commit 9e296f9

Please sign in to comment.