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 - [EMAIL PROTECTED] 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 )