[Zope-dev] WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how to unlock a webdav locked element ????)
Adrian Hungate
adrian@haqa.co.uk
Fri, 26 Oct 2001 22:51:19 +0100
I suspect this is a bug. I thinmk it is due to upgrading your data.fs from
an earlier version of Zope. At some point in time Control_Panel has been
created as a object in data.fs, and this object has an _objects tuple that
contains the objects from 2.2 or more likely 2.3...
I have this at work, where the same data.fs has been upgraded from 2.1.x to
2.4 and I had to manually remove the Control_Panel instance's "_objects"
tuple, then everything worked fine.
I do not see this at home where I have a fresh 2.4.1 install.
Adrian...
--
The difficulty of tactical maneuvering consists in turning the devious
into the direct, and misfortune into gain.
- Sun Tzu
----- Original Message -----
From: "Dieter Maurer" <dieter@handshake.de>
To: "Robert Rottermann" <robert@redcor.ch>
Cc: <zope-dev@zope.org>
Sent: Sunday, October 21, 2001 4:59 PM
Subject: [Zope-dev] WebDAVLocks lost in "Control_Panel" (was:: [ZPT] how to
unlock a webdav locked element ????)
> Dieter Maurer writes:
> > Robert Rottermann writes:
> > > I do not really understand this answer.
> > > Should there be such lock management??
> > > I have not found it?
> > Sorry, you are right.
> >
> > I was convinced, I saw it there. But when I checked after receiving
> > your reply, I did not find it either. Maybe wishful thinking....
> I rechecked (do not like to be wrong...):
>
> There should be a "DavLocks" entry in the "Control_Panel"
> between "Versions" and "Products".
>
> I am now sure, I have seen it.
>
> 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....
>
> You can use it anyway:
>
> http://<your zope>/Control_Panel/DavLocks/manage
>
>
> I will report, when I found out why it is no longer shown.
>
>
> 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 )
>