Explorar el Código

AMBARI-17920 Multiple recommendation calls are made which overrides user's input on LLAP smart config page.. (ababiichuk)

ababiichuk hace 9 años
padre
commit
b30e6b7f19

+ 1 - 0
ambari-web/app/models/configs/objects/service_config_property.js

@@ -282,6 +282,7 @@ App.ServiceConfigProperty = Em.Object.extend({
         this.set('value', this.get('recommendedValue'));
       }
     }
+    this.set('previousValue', this.get('value'));
     if (this.get('value') === null) {
       this.set('isVisible', false);
     }