Have anybody had some experiance with main wizard buttons? I’m about “Cancel”, “Prev”, “Next”, “Finish”
I need to implement a validation logic which depends on buttons “Prev” and “Next”. I need something like this: if I click “Next” button validation must work but if I click “Prev” button I don’t need validation.
Could you give me some tips how can I get in preClose method (or somethere else) a fact that “Prev” button was clicked?
Perhaps it would be even better to support this use case more explicit via a dedicated Event. One for “nextStep” and another one for “previousStep”.
I will think about it. But it can take a while until this CUBA 7 based API is ready. Probably it will also not be backwards compatible, so it would require you to change your code to adopt to the new version.