Fix notice on showCMS:
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 14 Nov 2023 22:27:38 +0000 (11:27 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 14 Nov 2023 22:27:38 +0000 (11:27 +1300)
CRM/Core/Form.php

index 5cc7ec0df4b5ea5fbae5abef1df17fa7eb5554d1..b45cab140a3682bba9edf9d69f9708c842f3fb33 100644 (file)
@@ -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',
   ];
 
   /**