changeset 3463 | bc2ee1d059fd |
parent 3451 | 6b46d73823f5 |
child 3674 | 387d51af966d |
--- a/web/views/editcontroller.py Thu Sep 24 20:25:49 2009 +0200 +++ b/web/views/editcontroller.py Thu Sep 24 20:28:25 2009 +0200 @@ -205,7 +205,7 @@ """handle edition for the (rschema, x) relation of the given entity """ values = set() - for eid in field.process_form_data(form): + for eid in field.process_form_value(form): if not eid: # AutoCompletionWidget continue typed_eid = self._get_eid(eid)