Repository: ambari
Updated Branches:
  refs/heads/trunk 945f35506 -> fef5b218f


AMBARI-6212. Browser refresh makes Configure Components step of HA wizard 
freeze forever. (jaimin)


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

Branch: refs/heads/trunk
Commit: fef5b218f965c1f57e420fc02348c001cee0fde8
Parents: 945f355
Author: Jaimin Jetly <[email protected]>
Authored: Thu Jun 19 14:41:33 2014 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Thu Jun 19 14:41:48 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/db.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fef5b218/ambari-web/app/utils/db.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/db.js b/ambari-web/app/utils/db.js
index adfa17e..550d358 100644
--- a/ambari-web/app/utils/db.js
+++ b/ambari-web/app/utils/db.js
@@ -756,7 +756,7 @@ App.db.getHighAvailabilityWizardTasksStatuses = function () 
{
 
 App.db.getHighAvailabilityWizardTasksRequestIds = function () {
   App.db.data = localStorage.getObject('ambari');
-  return App.db.data.ReassignMaster.tasksRequestIds;
+  return App.db.data.HighAvailabilityWizard.tasksRequestIds;
 };
 
 App.db.getHighAvailabilityWizardFailedTask = function () {

Reply via email to