Skip to content
Snippets Groups Projects
Commit 086146c4 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Karel van Klink
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e43c37e9
No related branches found
No related tags found
1 merge request!383Feature/refacture l3 core services
......@@ -20,8 +20,8 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
class TerminateForm(SubmitFormPage):
tt_number: TTNumber
yield TerminateForm
return {"subscription": subscription}
user_input = yield TerminateForm
return {"subscription": subscription} | user_input.model_dump()
@workflow(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment