Skip to content

Commit

Permalink
Merge pull request #751 from compucorp/CPS-525-email-draft-sends-email
Browse files Browse the repository at this point in the history
CPS-525: Fix Marking an email as save draft sends out the email
  • Loading branch information
tunbola authored Mar 26, 2021
2 parents bcc9eba + b68bace commit 4638a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Civicase/Hook/BuildForm/HandleDraftActivities.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private function addSaveDraftButton(CRM_Core_Form &$form, $formName) {
'xbutton',
$form->getButtonName('refresh'),
ts('Save Draft'), [
'type' => 'submit',
'crm-icon' => 'fa-pencil-square-o',
'class' => 'crm-form-submit',
]
Expand Down

0 comments on commit 4638a20

Please sign in to comment.