Re: [Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-09 Thread Arne Nordmann
thank you very much indeed for your answers. I use removeAllPermissions() at the moment to have an ad hoc solution and now will busy myself with your ideas. For the sake of correctness: I ment to write removeAllProxies() ___ Zope3-users mailing list Zo

Re: [Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-09 Thread Arne Nordmann
Hey guys, thank you very much indeed for your answers. I use removeAllPermissions() at the moment to have an ad hoc solution and now will busy myself with your ideas. So long, Arne ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope

Re: [Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-08 Thread Tom Dossis
Arne Nordmann wrote: > A.updateOrder(['C', 'B']) > Traceback (most recent call last): > ... > ForbiddenAttribute: ('updateOrder', 0x022244B0> > - > (object at 0x022244B0 is OrderedContainer 'A') > > configure.zcml defines each used interface with permission > 'Ma

[Zope3-Users] Permissions for updateOrder() on OrderedContainer

2006-08-08 Thread Arne Nordmann
Hi folks, first of all: I'm working with Zope 3.3 and Python 2.4. I created a hierarchical structure of OrderedContainers - some kind of a tree - and now want to sort it with Python. To move the containers from level to level in this tree with the ObjectMover is no problem, but updating the o