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:03 UTC

git commit: updated refs/heads/4.3 to 3151cbe

Updated Branches:
  refs/heads/4.3 ef9fc95e8 -> 3151cbe0d


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/3151cbe0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3151cbe0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3151cbe0

Branch: refs/heads/4.3
Commit: 3151cbe0dfc2f40ba4ffac316ab6ac419b5c982a
Parents: ef9fc95
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:44:06 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3151cbe0/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();
                     });