Skip to content
Snippets Groups Projects

Removed extra data from state.

Merged Neda Moeini requested to merge feature/remove-extra-callback-result-msg into develop
All threads resolved!
@@ -135,7 +135,7 @@ def _show_pp_results(state: State) -> FormGenerator:
title: str = f"Execution for {state['subscription']['product']['name']} completed."
run_status: str = ReadOnlyField(state["callback_result"]["status"])
run_results: LongText = ReadOnlyField(json.dumps(state["callback_result"], indent=4))
callback_result: LongText = ReadOnlyField(json.dumps(state["callback_result"], indent=4))
yield ConfirmRunPage
return state
Loading