You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/12/13 17:48:32 UTC

git commit: updated refs/heads/master to 8821d75

Updated Branches:
  refs/heads/master 1cc68ae6c -> 8821d7544


CLOUDSTACK-5480: Fix broken password confirm validation

Properly destroy add account dialog on close, to fix password confirm
validation pointing to wrong dialog's field.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8821d754
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8821d754
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8821d754

Branch: refs/heads/master
Commit: 8821d75442cb68ff2fbca4debc282a335c502754
Parents: 1cc68ae
Author: Brian Federle <br...@citrix.com>
Authored: Fri Dec 13 08:44:06 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Dec 13 08:48:22 2013 -0800

----------------------------------------------------------------------
 ui/scripts/ui-custom/accountsWizard.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8821d754/ui/scripts/ui-custom/accountsWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/accountsWizard.js b/ui/scripts/ui-custom/accountsWizard.js
index f341711..e52c21f 100644
--- a/ui/scripts/ui-custom/accountsWizard.js
+++ b/ui/scripts/ui-custom/accountsWizard.js
@@ -26,6 +26,7 @@
 
                 var close = function() {
                     $wizard.dialog('destroy');
+                    $wizard.remove();
                     $('div.overlay').fadeOut(function() {
                         $('div.overlay').remove();
                     });