Commit 103956d0 authored by Hanno Schlichting's avatar Hanno Schlichting

LP 686664: WebDAV Lock Manager ZMI view wasn't accessible.

parent 93c9b4bc
......@@ -11,6 +11,7 @@ http://docs.zope.org/zope2/releases/.
Bugs Fixed
++++++++++
- LP 686664: WebDAV Lock Manager ZMI view wasn't accessible.
2.13.1 (2010-12-07)
-------------------
......
......@@ -37,7 +37,7 @@ class DavLockManager(Item, Implicit):
manage_davlocks._setName('manage_davlocks')
manage_options = (
{'label': 'Write Locks', 'action': 'manage_main'}
{'label': 'Write Locks', 'action': 'manage_main'},
)
def findLockedObjects(self, frompath=''):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment