|
From: Michael B. <mi...@se...> - 2002-03-21 17:05:36
|
I am a zope newbie and I am trying to learn both Zope and Openflow.
I have been browsing the archives and I saw a thread regarding a problem
deleting instances. I am having the same problem.
OpenFlow version 7.1
On both Zope versions 2.4 and 2.5, I have created an instance and have not
been able to delete it. I have tried restarting the browser, and I can
click on the instance after attempting to delete it and I get the history of
the instance.
Any insight would be appreciated.
While I was browsing the source I came across something that seems a bit off
( from the little I know about security )
I have to say I'm a bit confused :-o
line 274 of openflow.py
security.declarePrivate('Manage OpenFlow')
-- right above the method: def processIdActivityIdFromItem(self,item)
version 1.28 doesn't have this method or this security declaration
if this is a bug could someone explain the behaviour it might be causing?
kind regards,
Mike
|