From f09d5ee1aec4addc4a868186925a964cb8fa3c67 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 15 Nov 2023 11:27:38 +1300 Subject: [PATCH] Fix notice on showCMS: --- CRM/Core/Form.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Core/Form.php b/CRM/Core/Form.php index 5cc7ec0df4..b45cab140a 100644 --- a/CRM/Core/Form.php +++ b/CRM/Core/Form.php @@ -319,6 +319,9 @@ class CRM_Core_Form extends HTML_QuickForm_Page { // Required for footer.tpl, // See CRM_Activity_Form_ActivityTest:testInboundEmailDisplaysWithLineBreaks. 'footer_status_severity', + // Required for some profiles (e.g on the Main page of the contribution form flow). + // A bit tricky to add closer to the usage due to conditionality of inclusion + 'showCMS', ]; /** -- 2.25.1