Hi,

I need to know who and when granted a specific right to a specific
group. It seems like in the table 'transactions' only changes to group
properties are stored:

=> select type, field from transactions where objecttype= 'RT::Group'
and objectid= 13045;
  type  |    field
--------+-------------
 Set    | Description
 Create |
(2 rows)

and the 'acl' table does not contain this information either:

=> select distinct delegatedby, delegatedfrom from acl where
principaltype= 'Group' and principalid= 13045;
delegatedby | delegatedfrom
-------------+---------------
           0 |             0
(1 row)

Can anybody explain there the ACL history is stored? I use RT 3.6.7
and the database is postgres.

Thanks.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to