Re: [Zope3-Users] Permission problem on adapter

2007-02-11 Thread Marius Gedminas
On Sun, Feb 11, 2007 at 09:24:34AM +0100, FB wrote: > On Sun, Feb 11, 2007 at 01:16:51AM +0100, Dominique Lederer wrote: > > i created a trusted adapter on a content object. > > then i created a formlib edit page for the ZMI, to be able to edit the > > new attributes on the adapted content object.

Re: [Zope3-Users] Permission problem on adapter

2007-02-11 Thread Dominique Lederer
FB schrieb: > Hi, > > On Sun, Feb 11, 2007 at 01:16:51AM +0100, Dominique Lederer wrote: >> hi >> >> i created a trusted adapter on a content object. >> then i created a formlib edit page for the ZMI, to be able to edit the >> new attributes on the adapted content object. the adapters interface is

Re: [Zope3-Users] Permission problem on adapter

2007-02-11 Thread FB
Hi, On Sun, Feb 11, 2007 at 01:16:51AM +0100, Dominique Lederer wrote: > hi > > i created a trusted adapter on a content object. > then i created a formlib edit page for the ZMI, to be able to edit the > new attributes on the adapted content object. the adapters interface is > correctly rendered

[Zope3-Users] Permission problem on adapter

2007-02-10 Thread Dominique Lederer
hi i created a trusted adapter on a content object. then i created a formlib edit page for the ZMI, to be able to edit the new attributes on the adapted content object. the adapters interface is correctly rendered to the form. if i try to edit, an unauthorized error is shown, which i also get, wh