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

Issues with plot branching and auto-reset #8

@veganista

Description

@veganista

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions