CRM-10693 - Fix ajaxFormError bug
authorColeman Watts <coleman@civicrm.org>
Thu, 12 Dec 2013 23:18:31 +0000 (15:18 -0800)
committerColeman Watts <coleman@civicrm.org>
Thu, 12 Dec 2013 23:18:31 +0000 (15:18 -0800)
js/Common.js

index 27aa8aab0f98082177203a117189eac2cbab2b42..f1b8d3687924cb1c122cfbcb7f1437f8d4eac0f9 100644 (file)
@@ -985,6 +985,7 @@ CRM.validate = CRM.validate || {
             }
           }
           else {
+            response.url = data.url;
             settings.onError.call($el, response);
           }
         },