--- a/web/views/editviews.py Tue Sep 15 15:01:41 2009 +0200
+++ b/web/views/editviews.py Thu Sep 17 15:16:53 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