[OGo-Users] sharing contact attributes only between given users
Helge Hess
users@opengroupware.org
Thu, 10 Apr 2008 13:58:43 +0200
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.
> However, does the java port work on the same database layout as OGo
> does
> now?
Of course.
> 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.
Helge
--
Helge Hess
http://www.helgehess.eu/