branch | tls-sprint |
changeset 1561 | 85752d14c15d |
parent 1530 | 849fd3d64f11 |
child 1564 | de0548cb0ab8 |
--- a/web/form.py Wed Apr 29 19:50:04 2009 +0200 +++ b/web/form.py Wed Apr 29 19:51:10 2009 +0200 @@ -421,7 +421,7 @@ class EntityFieldsForm(FieldsForm): __select__ = (match_kwargs('entity') | (one_line_rset & non_final_entity())) - internal_fields = FieldsForm.internal_fields + ('__type', 'eid') + internal_fields = FieldsForm.internal_fields + ('__type', 'eid', '__maineid') domid = 'entityForm' def __init__(self, *args, **kwargs):