From ea8e16b1c445d586301b02be9d4fe063e2100d6f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 6 Dec 2012 15:44:18 -0500 Subject: [PATCH] Treat account registration as non-AJAX form to prevent weird workflow issues (submitting subsequent forms to account registration endpoint instead of appropriate targets). --- themes/jquerymobile/templates/myresearch/account.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jquerymobile/templates/myresearch/account.phtml b/themes/jquerymobile/templates/myresearch/account.phtml index ec19a8489b4..ea129a6a2d8 100644 --- a/themes/jquerymobile/templates/myresearch/account.phtml +++ b/themes/jquerymobile/templates/myresearch/account.phtml @@ -6,7 +6,7 @@ <?=$this->mobileMenu()->header()?> <div data-role="content"> <?=$this->flashmessages();?> - <form method="post" name="accountForm" id="accountForm"> + <form method="post" name="accountForm" id="accountForm" data-ajax="false"> <div data-role="fieldcontain"> <?=$this->auth()->getCreateFields()?> </div> -- GitLab