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
When using submit in an action chain, one can use its argument to send extra data to the server.
However, trying to do the same with submitPartial doesn't work: the request sent by the client only has the form data, and no _extra component.
The text was updated successfully, but these errors were encountered:
When using
submit
in an action chain, one can use its argument to send extra data to the server.However, trying to do the same with
submitPartial
doesn't work: the request sent by the client only has the form data, and no_extra
component.The text was updated successfully, but these errors were encountered: