From 797adf7ccfa282ef027782b556553544638da1c3 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 7 Feb 2022 23:17:13 +1300 Subject: [PATCH 1/1] Enotice fixes On viewing reports --- CRM/Core/Page.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Core/Page.php b/CRM/Core/Page.php index e0d43bb941..4194e9bda7 100644 --- a/CRM/Core/Page.php +++ b/CRM/Core/Page.php @@ -129,6 +129,9 @@ class CRM_Core_Page { // Required for footer.tpl, // See ExampleHookTest:testPageOutput. 'footer_status_severity', + // in 'body.tpl + 'suppressForm', + 'beginHookFormElements', ]; /** -- 2.25.1