Commit 5eea57f9 authored by Evan Simpson's avatar Evan Simpson

Added _is_wrapperish flag to PermissionMapper class, so that we can

recognize and ignore it when fetching the aq_parent of a
permission-mapped object.
parent ac4580f7
...@@ -186,6 +186,7 @@ class PM(ExtensionClass.Base): ...@@ -186,6 +186,7 @@ class PM(ExtensionClass.Base):
_owner=UnownableOwner _owner=UnownableOwner
_View_Permission='_View_Permission' _View_Permission='_View_Permission'
_is_wrapperish = 1
def __getattr__(self, name): def __getattr__(self, name):
# We want to make sure that any non-explicitly set methods are # We want to make sure that any non-explicitly set methods are
......
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