[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SV: [Phpgroupware-developers] acl in head
From: |
Sigurd Nes |
Subject: |
SV: [Phpgroupware-developers] acl in head |
Date: |
Thu, 23 Feb 2006 09:06:15 +0100 (CET) |
> From: Dave Hall address@hidden
> Sent: 2006-02-23 08:22:22 CET
> To: address@hidden
> Cc: Sigurd Nes address@hidden
> Subject: Re: [Phpgroupware-developers] acl in head
>
> On Wed, 2006-02-22 at 09:55 +0100, Sigurd Nes wrote:
> > How about the improved acl as demonstrated in the app hrm ?
> >
> > supports rights/mask -> result per group/user per location.
> > supports grants per group.
> >
> > I haven't implemented inheritance of rights in a hierarchy of locations -
> > but that is very easy to add (as in the app 'property').
> > This version (in the app 'hrm' as opposed to the one in the app 'property')
> > has the same interface as the old acl - should work as a drop in.
>
> I will take a look at it. Do I just need to copy
> hrm/inc/class.acl2.inc.php to phpgwapi/inc/class.acl.inc.php ?
>
> Cheers
>
> Dave
>
> PS CCed to you off list so I don't to wait until tomorrow for a
> response, please CC the list any reply for the archives :)
>
You will also have to change the class name from 'acl2' to 'acl'.
Have a look at the ui at admin->hrm->Configure Access Permissions
and
preferences->hrm->Grant access
Regards
Sigurd