Commit 92f6a7fe authored by Fabien Morin's avatar Fabien Morin

add orginal_path like in web_section (see r29967)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30002 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 10061e14
......@@ -186,6 +186,7 @@ class PermanentURLMixIn(ExtensibleTraversableMixIn):
document = aq_base(document.asContext(id=name, # Hide some properties to permit locating the original
original_container=document.getParentValue(),
original_id=document.getId(),
original_path=document.getPath(),
editable_absolute_url=document.absolute_url()))
return document.__of__(self)
......
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