Fixed fatal error 'DB Error: no such field' on Contribution detail report
[civicrm-core.git] / xml / schema / ACL / EntityRole.xml
index 0432031236ae978b8ca6d69477455844b8754d58..5d7958b729285ded56042edf7ebbd952abcf9d42 100644 (file)
@@ -9,6 +9,7 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>Entity Role</title>
     <required>true</required>
     <comment>Unique table ID</comment>
     <add>1.6</add>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>acl_role_id</name>
+    <title>ACL Role ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)</comment>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -34,6 +37,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>ACL Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the group/contact object being joined</comment>
@@ -46,6 +50,7 @@
   </dynamicForeignKey>
   <field>
     <name>is_active</name>
+    <title>ACL Entity Role is Active</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>1.6</add>