Commit 65aa2477 authored by Andreas Jung's avatar Andreas Jung

- Collector #1819: fixed method signature of

        MountedObject.SimpleTrailblazer._construct()
parent 0d1deaba
......@@ -197,6 +197,9 @@ Zope Changes
Bugs Fixed
- Collector #1819: fixed method signature of
MountedObject.SimpleTrailblazer._construct()
- Collector #2019: removed validateValue() from cAccessControl (already
removed in former Zope versions from the AccessControl Python
implementation)
......
......@@ -52,7 +52,7 @@ class SimpleTrailblazer:
def __init__(self, base):
self.base = base
def _construct(self, context, id, final):
def _construct(self, context, id):
"""Creates and returns the named folder."""
dispatcher = guarded_getattr(context, 'manage_addProduct')['OFSP']
factory = guarded_getattr(dispatcher, 'manage_addFolder')
......
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