diff -r 2e52db5cdbde -r ea95004494a2 web/views/editcontroller.py --- a/web/views/editcontroller.py Thu Jan 20 17:14:28 2011 +0100 +++ b/web/views/editcontroller.py Fri Jan 21 11:48:19 2011 +0100 @@ -34,6 +34,7 @@ class IEditControlAdapter(EntityAdapter): + __needs_bw_compat__ = True __regid__ = 'IEditControl' __select__ = is_instance('Any')