web/views/editcontroller.py
changeset 9774 b7b71be569cf
parent 9635 aaf099172bb9
child 10016 984505da8b89
child 11061 c01325774d21
--- a/web/views/editcontroller.py	Wed Jun 11 14:46:48 2014 +0200
+++ b/web/views/editcontroller.py	Fri May 02 14:26:14 2014 +0200
@@ -178,7 +178,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', form['__maineid'], txdata=True)
+            req.transaction_data['__maineid'] = form['__maineid']
         # no specific action, generic edition
         self._to_create = req.data['eidmap'] = {}
         # those two data variables are used to handle relation from/to entities