Repository: ambari
Updated Branches:
  refs/heads/trunk 88156a386 -> 6ece2d24b


AMBARI-6680. On CentOS 5, BG Operation window isn't shown after stop all 
services. (Max Shepel via onechiporenko)


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

Branch: refs/heads/trunk
Commit: 6ece2d24b07f1759c1372e705eb957be4c46d519
Parents: 88156a3
Author: Oleg Nechiporenko <onechipore...@apache.org>
Authored: Wed Jul 30 19:51:19 2014 +0300
Committer: Oleg Nechiporenko <onechipore...@apache.org>
Committed: Wed Jul 30 19:51:19 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/6ece2d24/ambari-web/app/controllers/application.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/application.js 
b/ambari-web/app/controllers/application.js
index 72f1af2..c6235d7 100644
--- a/ambari-web/app/controllers/application.js
+++ b/ambari-web/app/controllers/application.js
@@ -50,7 +50,7 @@ App.ApplicationController = 
Em.Controller.extend(App.UserPref, {
   dataLoading: function () {
     var dfd = $.Deferred();
     var self = this;
-    this.getUserPref(this.persistKey()).done(function () {
+    this.getUserPref(this.persistKey()).complete(function () {
       var curPref = self.get('currentPrefObject');
       self.set('currentPrefObject', null);
       dfd.resolve(curPref);

Reply via email to