diff -r 5d937aeaa6fb -r 0efdcf0fa4c7 web/views/autoform.py --- a/web/views/autoform.py Tue Mar 02 15:58:39 2010 +0100 +++ b/web/views/autoform.py Wed Mar 03 17:39:22 2010 +0100 @@ -661,7 +661,7 @@ return [] # XXX we should simply put eid in the generated section, no? return [(rtype, role) for rtype, _, role in self._relations_by_section( - 'attributes', 'update', strict) if rtype != 'eid'] + 'attributes', 'update', strict)] def editable_relations(self): """return a sorted list of (relation's label, relation'schema, role) for