Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Issues with plot branching and auto-reset #8

Open
veganista opened this issue Oct 28, 2011 · 0 comments
Open

Issues with plot branching and auto-reset #8

veganista opened this issue Oct 28, 2011 · 0 comments

Comments

@veganista
Copy link

I'm trying to make a wizard that will reset if the user navigates away from the wizard but i also want to use plotbranching.

The wizard seems to reset when i branch to my 'fail' branch, if i disbale autoReset it works fine

I have included my Component configuration below

        $this->Wizard->nestedViews = true;
        $this->Wizard->wizardAction = 'step';
        $this->Wizard->defaultBranch = true;
        $this->Wizard->steps = array('details', 'address', array('success' => array('payment', 'complete'), 'fail' => array('complete')));
        $this->Wizard->autoReset = true;
bancer referenced this issue in bancer/cakephp-wizard Nov 24, 2016
Add roaming option (any step is valid)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant