You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitting this form results in title and year values, but if we decomment the #id line the submitted values will be movieform:title and movieform:year. While this behavior makes sense for nested forms or fieldsets and was already there for those on TW1, in case of the root form probably the id shouldn't be added to field names.
The text was updated successfully, but these errors were encountered:
This is pretty hairy. I think it would be simple to check if "my parent has no parent, don't use my parent's id for my compound_id". But MovieForm doesn't actually have title and year as children. It has a TableLayout as a child, and that TableLayout has title and year as children. The id of both MovieForm and TableLayout is movieform which makes things strange.
Reported by @Cito
Submitting this form results in title and year values, but if we decomment the #id line the submitted values will be movieform:title and movieform:year. While this behavior makes sense for nested forms or fieldsets and was already there for those on TW1, in case of the root form probably the id shouldn't be added to field names.
The text was updated successfully, but these errors were encountered: