The CVS contains now a patch to ApplicationManager.py to make the LockManager visible again. Andreas ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Robert Rottermann" <robert@redcor.ch>; <zope-dev@zope.org> Sent: Sunday, October 21, 2001 12:56 Subject: [Zope-dev] Re: WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how to unlock a webdav locked element ????)
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
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )