Operator related fix
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Wed, 15 Jul 2015 10:49:17 +0000 (16:19 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Thu, 10 Dec 2015 08:12:36 +0000 (13:42 +0530)
CRM/Utils/API/HTMLInputCoder.php
xml/schema/Core/MappingField.xml

index c7534415a2461281aa6a94cf266a0775c439c5d3..9baf083224ff116ce902afaf1db98149ce95ff0a 100644 (file)
@@ -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" <user@example.org>'
+        'operator',
       );
     }
     return $this->skipFields;
index 5019953edbea4c2b70afdb2acef44772cccd808e..30f58d69c90731594e856719a229d2ffe4f8b9f4 100644 (file)
   <field>
     <name>website_type_id</name>
     <type>int unsigned</type>
+    <title>Website type ID</title>
     <comment>Which type of website does this site belong</comment>
     <add>3.2</add>
     <pseudoconstant>
   <field>
     <name>relationship_type_id</name>
     <type>int unsigned</type>
+    <title>Relationship type ID</title>
     <comment>Relationship type, if required</comment>
     <add>1.2</add>
   </field>