CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / Contact / RelationshipType.xml
index 8a60e75ed0e2e72c3c80e22d90d96570eef9395f..92f3df9264314734028c9788a390b5d8a0dd3b66 100644 (file)
@@ -66,6 +66,9 @@
        <values>Individual, Organization, Household</values>
        <comment>If defined, contact_a in a relationship of this type must be a specific contact_type.</comment>
        <add>1.1</add>
+       <html>
+         <type>Select</type>
+       </html>
   </field>
   <field>
        <name>contact_type_b</name>
@@ -74,6 +77,9 @@
        <values>Individual, Organization, Household</values>
        <comment>If defined, contact_b in a relationship of this type must be a specific contact_type.</comment>
        <add>1.1</add>
+       <html>
+        <type>Select</type>
+      </html>
   </field>
   <field>
        <name>contact_sub_type_a</name>
@@ -82,6 +88,9 @@
        <length>64</length>
        <comment>If defined, contact_sub_type_a in a relationship of this type must be a specific contact_sub_type.</comment>
        <add>3.1</add>
+       <html>
+        <type>Multi-Select</type>
+      </html>
   </field>
   <field>
        <name>contact_sub_type_b</name>
@@ -90,6 +99,9 @@
        <length>64</length>
        <comment>If defined, contact_sub_type_b in a relationship of this type must be a specific contact_sub_type.</comment>
        <add>3.1</add>
+       <html>
+        <type>Multi-Select</type>
+      </html>
   </field>
   <field>
        <name>is_reserved</name>