Closed (works as designed)
Project:
Membership types and registration modification
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2007 at 15:33 UTC
Updated:
31 Oct 2007 at 18:32 UTC
Comments
Comment #1
rconstantine commentedYou indicated that you attached a patch, but I don't see any. Perhaps you don't understand how to choose the status of issues? The patch options indicate that you have attached one, not that one is needed.
Anyway, that is an unfortunate side effect of the technique used. One for which I have yet to discover a way to fix. The short version of the problem is that a global variable for the anonymous user is set when they begin the registration process and select a membership type. That global variable cannot be unset until the registration process is complete. You should find that although you cannot select the membership type again once you've aborted, that the membership type remains selected and will route you to the proper pageroute when that stage comes along. Clearing your cookies should let you select again since the session that contained that choice would no longer be associated with your browser.
I'm marking this as by design, since it is.