Skip to content

Commit

Permalink
lab-1286 - skip report instance header and footer in CRM_Utils_API_HT…
Browse files Browse the repository at this point in the history
…MLInputCoder
  • Loading branch information
michaelmcandrew committed Jan 17, 2020
1 parent 8b46b06 commit edc4d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CRM/Utils/API/HTMLInputCoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ public function getSkipFields() {
'content',
// CiviCampaign Goal Details
'goal_general',
// https://lab.civicrm.org/dev/core/issues/1286
'header',
// https://lab.civicrm.org/dev/core/issues/1286
'footer',
];
$custom = CRM_Core_DAO::executeQuery('SELECT id FROM civicrm_custom_field WHERE html_type = "RichTextEditor"');
while ($custom->fetch()) {
Expand Down

0 comments on commit edc4d8e

Please sign in to comment.