From ec0c79eb9ea3c58b3da1bf2642e8c539e27e978e Mon Sep 17 00:00:00 2001 From: Erawat Chamanont Date: Wed, 23 Aug 2023 15:41:39 +0100 Subject: [PATCH 1/3] BTHAB-181: Add send invoice by email action --- managed/SavedSearch_Civicase_Quotations.mgd.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/managed/SavedSearch_Civicase_Quotations.mgd.php b/managed/SavedSearch_Civicase_Quotations.mgd.php index f6ff96ed5..f5275daee 100644 --- a/managed/SavedSearch_Civicase_Quotations.mgd.php +++ b/managed/SavedSearch_Civicase_Quotations.mgd.php @@ -564,6 +564,17 @@ 'path' => '', 'condition' => [], ], + [ + 'path' => 'civicrm/contribute/invoice/email/?reset=1&id=[contribution_id]&select=email', + 'icon' => 'fa-paper-plane-o', + 'text' => 'Send By Email', + 'style' => 'default', + 'condition' => [], + 'entity' => '', + 'action' => '', + 'join' => '', + 'target' => 'crm-popup', + ], ], 'type' => 'menu', 'alignment' => 'text-right', From b3f8acf5d5c3b667d3a0b98c41eb1ce3b56ba526 Mon Sep 17 00:00:00 2001 From: Erawat Chamanont Date: Wed, 23 Aug 2023 15:42:16 +0100 Subject: [PATCH 2/3] BTHAB-181: Require afform extension --- info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/info.xml b/info.xml index 80dddde14..cb0addc54 100644 --- a/info.xml +++ b/info.xml @@ -34,6 +34,7 @@ org.civicrm.shoreditch uk.co.compucorp.usermenu + org.civicrm.afform ang-php@1.0.0 From 142254713fa1dfb522774fc27ecf8b50a29967de Mon Sep 17 00:00:00 2001 From: Erawat Chamanont Date: Wed, 23 Aug 2023 15:53:59 +0100 Subject: [PATCH 3/3] BTHAB-181: Update test container --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 41d0772e4..98ba66b06 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -6,7 +6,7 @@ jobs: run-unit-tests: runs-on: ubuntu-latest - container: compucorp/civicrm-buildkit:1.3.0-php8.0-chrome + container: compucorp/civicrm-buildkit:1.3.1-php8.0-chrome env: CIVICRM_EXTENSIONS_DIR: site/web/sites/all/modules/civicrm/tools/extensions