ogazitt / product

BuiltSteady product repository
1 stars 0 forks source link

Connecting to Google from second page in wizard resets the wizard to first page #23

Closed ogazitt closed 12 years ago

ogazitt commented 12 years ago

The wizard doesn't currently seem to retain the state it was in before the connect buttons are clicked. So if a user tries to connect to FB or Google from the second or subsequent page of the wizard, a successful outcome will redirect them back to /userinfo/wizard. would be nice to save the wizard state in WebViewState.

ogazitt commented 12 years ago

Resolved fixed - user profile now contains the state (page) of the wizard and will navigate to that state once FB/Google consent is obtained. I didn't end up using the WebViewState because I don't rely on having a full DataModel there - just a UserProfileData structure that I serialize from the server.