Skip to content
Snippets Groups Projects
Commit 5283e25d authored by Jim Sheckard's avatar Jim Sheckard Committed by Jim Sheckard
Browse files

WS-988: Allows the CARTA button to show under Awaiting QA as well

parent 6862aef2
No related branches found
No related tags found
1 merge request!867WS-988: Allows the CARTA button to show under Awaiting QA as well
Pipeline #4752 passed
......@@ -34,7 +34,8 @@
*ngIf="
capability &&
capability.has_image_products === true &&
capabilityRequest.state === 'Complete'
(capabilityRequest.state === 'Complete' ||
selectedVersion.current_execution.state_name === 'Awaiting QA')
"
>
<button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment