Ian province abbreviation patch - issue 724
[civicrm-core.git] / xml / schema / Contact / Relationship.xml
index b3be05c34d50a36d3d722006fdb4efe0c56283fa..92e7ec449033836352eefa4f49181ff6e8e9624b 100644 (file)
@@ -41,6 +41,9 @@
     <required>true</required>
     <comment>id of the second contact</comment>
     <add>1.1</add>
+    <html>
+      <type>EntityRef</type>
+    </html>
   </field>
   <foreignKey>
     <name>contact_id_b</name>
@@ -56,6 +59,9 @@
     <required>true</required>
     <comment>id of the relationship</comment>
     <add>1.1</add>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <foreignKey>
     <name>relationship_type_id</name>
@@ -70,6 +76,9 @@
     <title>Relationship Start Date</title>
     <comment>date when the relationship started</comment>
     <add>1.1</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>end_date</name>
@@ -77,6 +86,9 @@
     <title>Relationship End Date</title>
     <comment>date when the relationship ended</comment>
     <add>1.1</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>is_active</name>
@@ -85,6 +97,9 @@
     <default>1</default>
     <comment>is the relationship active ?</comment>
     <add>1.1</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <field>
     <name>description</name>
     <length>255</length>
     <comment>Optional verbose description for the relationship.</comment>
     <add>1.5</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>is_permission_a_b</name>
       related data for contact b ?
     </comment>
     <add>2.1</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <field>
     <name>is_permission_b_a</name>
       related data for contact a ?
     </comment>
     <add>2.1</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <field>
     <name>case_id</name>