Merge pull request #23052 from konadave/r25088
[civicrm-core.git] / xml / schema / Core / ActionLog.xml
index d340db88cf217809c585172637d880293a79ced1..5b948eed57bf0b40361e7e54681ade89f518b55e 100644 (file)
   </primaryKey>
   <field>
     <name>contact_id</name>
-    <title>Action Schedule Contact ID</title>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>3.4</add>
   </field>
   <foreignKey>
   </dynamicForeignKey>
   <field>
     <name>action_schedule_id</name>
-    <title>Schedule</title>
+    <title>Schedule ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to the action schedule that this action originated from.</comment>
+    <html>
+      <label>Schedule</label>
+    </html>
     <add>3.4</add>
   </field>
   <foreignKey>