--- a/web/views/editcontroller.py Fri Nov 27 09:15:30 2009 +0100
+++ b/web/views/editcontroller.py Fri Nov 27 09:36:42 2009 +0100
@@ -45,8 +45,7 @@
form = req.form
# so we're able to know the main entity from the repository side
if '__maineid' in form:
- req.set_shared_data('__maineid', typed_eid(form['__maineid']),
- querydata=True)
+ req.set_shared_data('__maineid', form['__maineid'], querydata=True)
# no specific action, generic edition
self._to_create = req.data['eidmap'] = {}
self._pending_relations = []