Skip to content
Snippets Groups Projects
Unverified Commit a6ffe6d4 authored by Zerouali's avatar Zerouali Committed by GitHub
Browse files

add fixes to operation management (#336)

parent dda39d18
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -27,7 +27,7 @@
!(
operation?.stepByStep &&
operation?.globalState === 'PAUSE' &&
(operation?.stepStatus === 'WARNING' || operation?.stepStatus === 'OK' || operation?.stepStatus === 'FATAL')
(operation?.stepStatus === 'WARNING' || operation?.stepStatus === 'OK')
)
"
>
......@@ -38,7 +38,6 @@
(click)="updateOperationStatus(operation, 'REPLAY')"
[disabled]="
!(
operation?.stepByStep &&
operation?.globalState === 'PAUSE' &&
(operation?.stepStatus === 'WARNING' || operation?.stepStatus === 'OK' || operation?.stepStatus === 'FATAL')
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment