web/views/editcontroller.py
branchstable
changeset 3924 4347654979e8
parent 3921 4f24b6ef3da9
child 3998 94cc7cad3d2d
child 4212 ab6573088b4a
--- 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 = []