Skip to content
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

Open
barrychapman opened this issue May 4, 2012 · 0 comments
Open

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

barrychapman opened this issue May 4, 2012 · 0 comments

Comments

@barrychapman
Copy link

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?

bancer referenced this issue in bancer/cakephp-wizard Nov 24, 2016
Using NotImplementedException for missing process Callbacks
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