[OGo-Users] sharing contact attributes only between given users
Helge Hess
users@opengroupware.org
Thu, 10 Apr 2008 13:10:37 +0200
On 10.04.2008, at 12:38, Sebastian Reitenbach wrote:
> I hope the explanation above is understandable, so is that possible
> in OGo?
No, not yet. Actually the Java port does support fieldsets. We might
want to backport them to the mainline, might be well worth the effort.
Though its quite a bit of work to capture all codepathes.
Basically it introduces additional permission flags:
---snip---
* <p>
* Permissions
* <ul>
* <li><code>r</code> - all details can be shown (lbpiPM)
* <li><code>w</code> - contact can be edited
* </ul>
*
* <p>
* Data Read Restriction
* <ul>
* <li><code>l</code> - list
* <li><code>b</code> - business contact data (phone/address)
* <li><code>p</code> - private contact data (phone/address)
* <li><code>i</code> - IM data
* <li><code>P</code> - private data like birthday etc
* <li><code>M</code> - mobile number
* <li><code>s</code> - may send private messages
* <li><code>c</code> - may connect with me in the system?
* </ul>
---snap---
Technically we could map the codes to arbitrary fields removals.
Greets,
Helge
--
Helge Hess
http://www.helgehess.eu/