atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

Fix multi step executor args passing /wo preview #2060

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

fix #1856

If there are more than 1 steps, args are sent from client thru AtkAjaxecPlugin JS, so form cannot be submit directly (as it was before this PR when "preview" step was not enabled).