Browse Source

AMBARI-6251. Even after saving configs, the UI asks to save or discard unsaved changes (2K-node cluster). (onechiporenko)

Oleg Nechiporenko 11 years ago
parent
commit
45e874d9a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/controllers/main/service/info/configs.js

+ 1 - 1
ambari-web/app/controllers/main/service/info/configs.js

@@ -161,7 +161,7 @@ App.MainServiceInfoConfigsController = Em.Controller.extend({
 
   getHash: function() {
     if (!this.get('stepConfigs')[0]) {
-      return "";
+      return null;
     }
     var hash = {};
     this.get('stepConfigs')[0].configs.forEach(function(config) {