Explorar el Código

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

Oleg Nechiporenko hace 11 años
padre
commit
45e874d9a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {