Actions
Bug #4000
closedStep skipping is still possible
Description
If Step 1 has nothing require, but step 2 does, and step 3 doesn't then clicking step 3 bypasses step 2. Remove step navigation so you can only navigate using Prev/Next buttons as intended.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
It now properly checks previous steps if a step is skipped. It does this by seeing if the step being navigate to is the next step or not. If it isn't then it'll check past steps.
Actions