[Zope-dev] Re: WebDAVLocks lost in "Control_Panel"
(was:: [ZPT] how to unlock a webdav locked element ????)
Dieter Maurer
dieter@handshake.de
Sun, 21 Oct 2001 18:56:42 +0200 (CEST)
Dieter Maurer writes:
> ... DavLocks lost in Control_Panel ...
> It is still in the code "App.ApplicationManager.ApplicationManager._objects"
> but "objectItems" now longer finds it and therefore, it is no longer
> shown in the control panel.
> I do not (yet) understand why....
I found the reason for the missing WebDAV Lock Manager:
The "Application Manager" instance "Control_Panel" has its
own private instance of "_objects" and does not use
that of its class.
In this private instance the WebDAV Lock Manager is missing
while it is present in the class.
This means, nothing serious.
Maybe, the Zope maintainers should ensure that the
"Control_Panel" instance has the lock manager.
It is obviously useful.
Dieter