Commit 5cc45b40 authored by 's avatar

merge from 2.3

parent bd624b27
......@@ -519,7 +519,9 @@ class ZClass( Base
the instance will be returned.
"""
i=mapply(self._zclass_, (), REQUEST)
i._setId(id)
try: i._setId(id)
except AttributeError:
i.id=id
folder=durl=None
if hasattr(self, 'Destination'):
d=self.Destination
......
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