Skip to content
Snippets Groups Projects
Commit 35e2e202 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Merge branch 'forgot-disable-qapass-email-button' into '2.8.2-DEVELOPMENT'

Forgot to add the disable condition for the QA Pass with Message button

See merge request !1426
parents e298bdf1 ac626a98
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1426Forgot to add the disable condition for the QA Pass with Message button
Pipeline #11259 passed
......@@ -126,6 +126,7 @@
customStyle="btn btn-success btn-sm"
templateName="std_calibration_complete"
[defaultCC]="defaultCC"
[shouldDisable]="currentVersion.current_execution.state_name === 'Awaiting QA'"
[emailParameters]="getEmailParams()"
(emailSentEvent)="confirmQa(currentVersion)">
<span class="fas fa fa-envelope"></span>
......
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