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
The formlet tag doesn't preserve @_form_this, @_form_field_path, @_form_field_paths_by_object
So if it is used in the middle of a form, any calls that depend on those attributes that occur after the formlet won't work (e.g. param_name_for_this).
The culprit seems to be the with_form_context call.
The text was updated successfully, but these errors were encountered:
The formlet tag doesn't preserve @_form_this, @_form_field_path, @_form_field_paths_by_object
So if it is used in the middle of a form, any calls that depend on those attributes that occur after the formlet won't work (e.g. param_name_for_this).
The culprit seems to be the with_form_context call.
The text was updated successfully, but these errors were encountered: