From 6e91fbbca76cf01544bf760bfdd1d4ffc7c08e19 Mon Sep 17 00:00:00 2001 From: Jason Gillman Jr Date: Thu, 17 Jan 2019 00:23:22 -0500 Subject: [PATCH] Force test contribution pages to front end --- CRM/Contribute/Page/ContributionPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contribute/Page/ContributionPage.php b/CRM/Contribute/Page/ContributionPage.php index 9073ce2048..ba93c5c95d 100644 --- a/CRM/Contribute/Page/ContributionPage.php +++ b/CRM/Contribute/Page/ContributionPage.php @@ -215,6 +215,7 @@ class CRM_Contribute_Page_ContributionPage extends CRM_Core_Page { 'title' => ts('Test-drive'), 'url' => $urlString, 'qs' => $urlParams . '&action=preview', + 'fe' => TRUE, // Addresses https://lab.civicrm.org/dev/core/issues/658 'uniqueName' => 'test_drive', ), ); -- 2.25.1