From d2539131bc2807fd91e62acf32f21803378911d9 Mon Sep 17 00:00:00 2001 From: Eli Lisseck Date: Wed, 18 Sep 2019 07:05:42 -0700 Subject: [PATCH] dev/core/1266 widget header tab next state to pcp tab --- CRM/Contribute/Form/ContributionPage.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CRM/Contribute/Form/ContributionPage.php b/CRM/Contribute/Form/ContributionPage.php index 343c11998a..6cb1b8f6c3 100644 --- a/CRM/Contribute/Form/ContributionPage.php +++ b/CRM/Contribute/Form/ContributionPage.php @@ -412,6 +412,11 @@ class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form { $nextPage = 'thankyou'; break; + case 'Widget': + $subPage = 'widget'; + $nextPage = 'pcp'; + break; + default: $subPage = strtolower($className); $nextPage = strtolower($nextPage); -- 2.25.1