21 Oct
2001
21 Oct
'01
4:56 p.m.
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