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.

Step validation: review is not a valid step.  #9

@barrychapman

Description

@barrychapman

Whenever I submit on my 'location' step, i use $this->Wizard->branch( 'us' ) to switch to the US branch below, but I get the following error:

Step validation: review is not a valid step. [APP/plugins/wizard/controllers/components/wizard.php, line 300]

        $this->Wizard->steps = array( 
            'location',
            array(
                'us' => array( 
                    'dwollainfo'
                    ),
                'nonus' => array( 
                    'numbers',
                    'accounttype',
                    array(
                        'personal' => array(
                            'personalinfo'
                            ),
                        'business' => array(
                            'businessinfo'
                            )
                        ),

                    )
                ),
            'review'
            );

It SHOULD be taking me to the Us -> Dwollainfo step right? Why is it throwing an error that review is not a valid step?

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