CRM-15168 add titles to ACL xml
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 22:28:31 +0000 (10:28 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 22:28:31 +0000 (10:28 +1200)
xml/schema/ACL/ACL.xml

index 623853f0201d752ed24d559c7b2ea4e6ea933d6d..af9b807ab058313748a4430554256027fc5ac4da 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>