Add "details" input to IDS exceptions.
authorChris Burgess <chris@giantrobot.co.nz>
Sun, 9 Oct 2016 23:33:02 +0000 (12:33 +1300)
committerChris Burgess <chris@giantrobot.co.nz>
Sun, 9 Oct 2016 23:33:02 +0000 (12:33 +1300)
Matches CRM_Utils_API_HTMLInputCoder::$skipfields list, refs CRM-19476.

CRM/Core/IDS.php

index 9cc0fb02c11a7cb3e007b653c4ef5ba590eb9d36..b61ceee7cf0ae93eae81692fd8013be2f8bd6028 100644 (file)
@@ -160,6 +160,7 @@ class CRM_Core_IDS {
     exceptions[]        = instructions
     exceptions[]        = suggested_message
     exceptions[]        = page_text
+    exceptions[]        = details
 ";
     if (file_put_contents($configFile, $contents) === FALSE) {
       CRM_Core_Error::movedSiteError($configFile);