Actions
Bug #10849
closedWe send form templates as part of params
Description
When we use nested fields for has many relation, we usually have hidden template of form that we copy when user clicks "Add $item". Unfortunately we send the template form as a part of $item_attribues in params which causes various problems. We should remove the template from form upon submit so it is not sent.
Actions