From a265eee1406d5ce74cb1e7a0b15dc3acdc076a24 Mon Sep 17 00:00:00 2001 From: Sudha Bisht Date: Wed, 15 Jul 2015 16:19:17 +0530 Subject: [PATCH] Operator related fix --- CRM/Utils/API/HTMLInputCoder.php | 1 + xml/schema/Core/MappingField.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CRM/Utils/API/HTMLInputCoder.php b/CRM/Utils/API/HTMLInputCoder.php index c7534415a2..9baf083224 100644 --- a/CRM/Utils/API/HTMLInputCoder.php +++ b/CRM/Utils/API/HTMLInputCoder.php @@ -108,6 +108,7 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder { 'pcp_intro_text', 'new', // The 'new' text in word replacements 'replyto_email', // e.g. '"Full Name" ' + 'operator', ); } return $this->skipFields; diff --git a/xml/schema/Core/MappingField.xml b/xml/schema/Core/MappingField.xml index 5019953edb..30f58d69c9 100644 --- a/xml/schema/Core/MappingField.xml +++ b/xml/schema/Core/MappingField.xml @@ -101,6 +101,7 @@ website_type_id int unsigned + Website type ID Which type of website does this site belong 3.2 @@ -113,6 +114,7 @@ relationship_type_id int unsigned + Relationship type ID Relationship type, if required 1.2 -- 2.25.1