EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Purchase information lost on back button from 2. page #128

Closed MarkusH closed 10 years ago

MarkusH commented 10 years ago

Clicking on the back button on the second page of the purchase process clears the fields on the first page.

zerok commented 10 years ago

I'm at a point where the information from the first page is preserved, but I'm not really sure what we should do if the user just jumps back and then forward again. Personally, I think we should still invalidate everything beyond step 1 at this point, if for nothing else than just to keep the code as simple as possible. @Markush2010: What do you think?

MarkusH commented 10 years ago

From my PoV forward (with POST, not browser forward) should invalidate everything and only use the information provided on the start page. Backwards should just use the data from the session.

zerok commented 10 years ago

OK. Pull-Request will probably come later tonight (unless I fall asleep).