Skip to content
Snippets Groups Projects

Refresh the execution during resume_execution to avoid using a detached SqlAlchemy instance

Merged Daniel Lyons requested to merge small-bug-fix into main
Files
4
@@ -13,7 +13,7 @@
*ngIf="
capabilityRequest.state === 'Complete' &&
(capabilityRequest.capability_name === 'std_calibration' ||
capabilityRequest.capability_name === 'restore_cms')
capabilityRequest.capability_name === 'restore_cms') && selectedVersion.current_execution
"
>
<button
@@ -37,7 +37,7 @@
(capabilityRequest.state === 'Complete' ||
(selectedVersion.current_execution && selectedVersion.current_execution.state_name === 'Awaiting QA') ||
(selectedVersion.current_execution && selectedVersion.current_execution.state_name === 'AoD Review')
)
) && selectedVersion.current_execution
"
>
<button
Loading