[Zope-PTK] How to write into another members folder?

Kevin Dangoor kid@kendermedia.com
Fri, 5 May 2000 10:22:14 -0400


----- Original Message -----
From: "Ivan Mackintosh" <ivan@rcp.co.uk>
To: <zope-ptk@zope.org>
Sent: Friday, May 05, 2000 7:13 AM
Subject: Re: [Zope-PTK] How to write into another members folder?


> >> I wish to create an object in another members folder.
> >
> >Perhaps a silly question, but: "Why?"
> >
> >Usr1 doesn't have permission to write to usr2's folder. This is likely
> >the cause of being redirected to a login page.
>
> Because -
>
> usr1 submits a paper that is co-authored by usr2. Therefore I want to
> put a link to the paper in usr2's folder so that usr2 can see when its
> status has changed etc.

Probably the easiest thing to do would be to create a DTML method to do this
and give it a Manager proxy role. Just be sure that the method can't be used
for anything but this particular application (since it would have Manager
access)

Kevin