appy.gen: added method wrapper.search1 that returns a single result (which is the only difference with wrapper.search); bugfix while getting objects from the catalog (bypass security when called from code).

This commit is contained in:
Gaetan Delannay 2012-02-09 16:36:50 +01:00
parent cb53c6b9b2
commit 0b6d2d2165
5 changed files with 17 additions and 11 deletions

View file

@ -206,7 +206,7 @@ class ToolMixin(BaseMixin):
if not res: return
res = res[0]
if brain: return res
res = res.getObject()
res = res._unrestrictedGetObject()
if not appy: return res
return res.appy()