Fix form submission for no-reply email setting (Bug #946880)
After installation or upgrade, if the user clicks on a warning
about the no-reply email address and they also need to set up
required fields, the URL for the no-reply email address is
initially overridden by the required fields form. This patch
causes us to cleanly drop back out of the required fields form
code after the required fields form is successfully submitted,
letting the user then see the no-reply email address form.
This method of handling things will also work for any other
time the required fields form hijacks a URL - after the required
fields are set, the user will get the page they asked for.
Change-Id: I32aecaf898d02a572a5ab7b5c18bfaefc5607e41
Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
Please register or sign in to comment