zombocom / wicked

Use wicked to turn your controller into a wizard

Home Page:http://schneems.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

previous/next wizard path not working with skip_step

yshmarov opened this issue · comments

Current behavior:
previous_wizard_path and next_wizard_path do not work if skip_step is triggered on previous/next step.
Desired behavior:
previous_wizard_path and next_wizard_path redirect to previous/next step that is not skipped.

I would take a PR on this if someone wants to take a stab at it. It would help to have an example app that demonstrates the problem.

https://www.codetriage.com/example_app

@yshmarov maybe you can use dynamic_steps to work around this.

I never got a reproduction. Closing this.