Hello, I have a strange behavior of my content object.

I have defined browser:editform for it and proper <class> directive (with 
zope.Public permissions) and I get only the following message in browser, even 
when logged in as Manager:

Unauthorized
-------------------------------------
You are not authorized


I don't have any error/exception on console.

The object's interface inherits from multiple other interfaces, as in example 
below. Is it allowed? May it be a source of the problem?

class IMyBase1/2(Interface):
 ...

class IMyInterface(IMyBase1, IMyBase2)
 ...

class MyBase1/2(Persistent):
 implements(IMyBase1/2)

class MyInterface(MyBase1, MyBase2)
 implements(IMyInterface)

Best Regards,
Alek
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to