CRM-16367 Contribution Product schema - add titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 4 May 2015 00:35:57 +0000 (12:35 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 4 May 2015 00:35:57 +0000 (12:35 +1200)
Now we have an API for this syntax conformance test enforces adding titles

xml/schema/Contribute/ContributionProduct.xml

index 48b66b1f89106ea619d9828bd8c8ad77c0e21b6d..a278f2e8183a2db6778db7f742dd719ae415911c 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Contribution Product ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>1.4</add>
   </primaryKey>
   <field>
     <name>product_id</name>
+    <title>Product ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>1.4</add>
   </field>
   <field>
     <name>contribution_id</name>
+    <title>Contribution ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>1.4</add>
@@ -67,6 +70,7 @@
   <field>
     <name>fulfilled_date</name>
     <type>date</type>
+    <title>Fulfilled Date</title>
     <export>true</export>
     <comment>Optional. Can be used to record the date this product was fulfilled or shipped.</comment>
     <add>1.4</add>
@@ -74,6 +78,7 @@
   <field>
     <name>start_date</name>
     <uniqueName>contribution_start_date</uniqueName>
+    <title>Start date for premium</title>
     <type>date</type>
     <export>true</export>
     <comment>Actual start date for a time-delimited premium (subscription, service or membership)</comment>
     <name>end_date</name>
     <uniqueName>contribution_end_date</uniqueName>
     <type>date</type>
+    <title>End date for premium</title>
     <export>true</export>
     <comment>Actual end date for a time-delimited premium (subscription, service or membership)</comment>
     <add>1.4</add>
   </field>
   <field>
     <name>comment</name>
+    <title>Premium comment</title>
     <type>text</type>
     <add>1.4</add>
   </field>