From faed97745eaf785caf007034fff643bd0d35db6e Mon Sep 17 00:00:00 2001 From: Francis Whittle Date: Wed, 5 Dec 2018 09:14:30 +1100 Subject: [PATCH] CIVICRM-1118: Revert customData changes in EventInfo template. This reverts changes that break CKEditor integration from commit c71da91daf7fa5c98da621720963b6a71d90bcdf. --- .../CRM/Event/Form/ManageEvent/EventInfo.tpl | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl index 19b3ded835..633150877a 100644 --- a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl +++ b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl @@ -146,7 +146,22 @@   - {include file="CRM/common/customDataBlock.tpl"} +
+ {*include custom data js file*} + {include file="CRM/common/customData.tpl"} + {literal} + + {/literal}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1