The migrate wizard form validates each step via migrate_ui_wizard_next_validate().

However, when you submit the final step of the form, that button is a normal submit and so FormAPI looks for a migrate_ui_wizard_validate() -- which doesn't exist.

This should really be present, and call a LASTSTEPvalidate() method, if one exists[*], for the last step defined.

* #2298969: allow wizard form step validation to be optional

Comments

pifagor’s picture

Status: Active » Closed (outdated)