From 9e296f9aec36b0456756dc127a089b6592c5c425 Mon Sep 17 00:00:00 2001 From: Will Sheldon <114631109+wssheldon@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:05:18 -0700 Subject: [PATCH] Pass create_resources boolean to case_create_resources_flow --- src/dispatch/case/flows.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispatch/case/flows.py b/src/dispatch/case/flows.py index 187eaaad009b..8dcd903bf696 100644 --- a/src/dispatch/case/flows.py +++ b/src/dispatch/case/flows.py @@ -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