--- a/web/views/editviews.py Wed Sep 16 14:29:29 2009 +0200
+++ b/web/views/editviews.py Wed Sep 16 14:30:32 2009 +0200
@@ -50,10 +50,10 @@
# them. Use fetch_order and not fetch_unrelated_order as sort method
# since the latter is mainly there to select relevant items in the combo
# box, it doesn't give interesting result in this context
- rql = entity.unrelated_rql(rtype, etype, role,
+ rql, args = entity.unrelated_rql(rtype, etype, role,
ordermethod='fetch_order',
vocabconstraints=False)
- rset = self.req.execute(rql, {'x' : entity.eid}, 'x')
+ rset = self.req.execute(rql, args, tuple(args))
return rset, 'list', "search-associate-content", True