소스 검색

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

ababiichuk 9 년 전
부모
커밋
b30e6b7f19
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ambari-web/app/models/configs/objects/service_config_property.js

+ 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);
     }