Merge pull request #5550 from civicrm/4.5
[civicrm-core.git] / xml / schema / ACL / ACL.xml
index 623853f0201d752ed24d559c7b2ea4e6ea933d6d..0e6b14d6ce0a68952e33a2df0185cb45b036b71b 100644 (file)
@@ -31,6 +31,7 @@
   </field>
   <field>
     <name>deny</name>
+    <title>Deny ACL?</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>
@@ -42,6 +43,7 @@
   </field>
   <field>
     <name>entity_table</name>
+    <title>ACL Entity</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -77,6 +79,7 @@
   </field>
   <field>
     <name>object_table</name>
+    <title>ACL Object</title>
     <type>varchar</type>
     <length>64</length>
     <comment>The table of the object controlled by this ACL entry</comment>
   </field>
   <field>
     <name>object_id</name>
+    <title>ACL Object ID</title>
     <type>int unsigned</type>
     <comment>The ID of the object controlled by this ACL entry</comment>
     <add>1.6</add>
   </field>
   <field>
     <name>acl_table</name>
+    <title>ACL Table</title>
     <type>varchar</type>
     <length>64</length>
     <comment>If this is a grant/revoke entry, what table are we granting?</comment>
   </field>
   <field>
     <name>acl_id</name>
+    <title>ACL Group ID</title>
     <type>int unsigned</type>
     <comment>ID of the ACL or ACL group being granted/revoked</comment>
     <add>1.6</add>
   </index>
   <field>
     <name>is_active</name>
+    <title>ACL Is Active?</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>1.6</add>