[OGo-Users] sharing contact attributes only between given users

Sebastian Reitenbach users@opengroupware.org
Thu, 10 Apr 2008 16:05:55 +0200


users@opengroupware.org wrote: 
> On 10.04.2008, at 13:29, Sebastian Reitenbach wrote:
> >> Technically we could map the codes to arbitrary fields removals.
> > I don't really get the meaning of the last sentence.
> 
> What the flags do is clear out field the user has no access to. Eg if  
> he does not have the 'M' permission, we would reset the  
> '03_tel_mobile' field to nil after the fetch.
> 
> Which fields require which permissions could be a default, eg:
>    {
>      M = ( 03_tel_mobile, other-attr );
>      P = ( 01_tel, 10_fax );
>    }
> etc.
> 
ah, now I got it, thanks.

> > However, does the java port work on the same database layout as OGo  
> > does
> > now?
> 
> Of course.
great ;)
> 
> > Or are the changes to the database schema, that your are planning  
> > maybe
> > some enhancements from the ogo java port?
> 
> There are a few schema enhancements, they don't hurt the ObjC part.  
> The mentioned permission stuff does not require any schema changes at  
> all.

also good. 

thanks for explaining.

Sebastian