web/form.py
branchtls-sprint
changeset 1564 de0548cb0ab8
parent 1545 53d3d783370f
parent 1561 85752d14c15d
child 1651 675873ed82e3
--- a/web/form.py	Thu Apr 30 01:21:48 2009 +0200
+++ b/web/form.py	Thu Apr 30 08:51:54 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):