From 7a93388d7ac00b38b4feb0ce022cea5bdb5ea343 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 10:28:31 +1200 Subject: [PATCH] CRM-15168 add titles to ACL xml --- xml/schema/ACL/ACL.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xml/schema/ACL/ACL.xml b/xml/schema/ACL/ACL.xml index 623853f020..af9b807ab0 100644 --- a/xml/schema/ACL/ACL.xml +++ b/xml/schema/ACL/ACL.xml @@ -31,6 +31,7 @@ deny + Deny ACl? boolean 0 true @@ -42,6 +43,7 @@ entity_table + ACL Entity varchar 64 true @@ -77,6 +79,7 @@ object_table + ACL Object varchar 64 The table of the object controlled by this ACL entry @@ -84,12 +87,14 @@ object_id + ACL Object ID int unsigned The ID of the object controlled by this ACL entry 1.6 acl_table + ACL Table varchar 64 If this is a grant/revoke entry, what table are we granting? @@ -97,6 +102,7 @@ acl_id + ACL Group ID int unsigned ID of the ACL or ACL group being granted/revoked 1.6 @@ -108,6 +114,7 @@ is_active + ACL Is Active? boolean Is this property active? 1.6 -- 2.25.1