Commit d0685504 authored by Jim Fulton's avatar Jim Fulton

Fixed createInObjectManager to use _getOb (ie follow

the rules for ObjectManager) rather than getattr.
parent f16bb96a
......@@ -462,7 +462,7 @@ class ZClass(OFS.SimpleItem.SimpleItem):
except: durl=REQUEST['URL3']
RESPONSE.redirect(durl+'/manage_workspace')
else:
return getattr(folder, id)
return folder._getOb(id)
index_html=createInObjectManager
......
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