소스 검색

AMBARI-6349. After changing property and clicking save button in MapReduce Config Page, no comfirmation popup. (srimanth)

Srimanth Gunturi 11 년 전
부모
커밋
f63a5804d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/controllers/main/service/info/configs.js

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

@@ -826,7 +826,7 @@ App.MainServiceInfoConfigsController = Em.Controller.extend({
         }
       }
     } else if (serviceName === 'MAPREDUCE') {
-      var mapredConfigs = self.get('stepConfigs').findProperty('serviceName', 'MAPREDUCE').get('configs');
+      var mapredConfigs = this.get('stepConfigs').findProperty('serviceName', 'MAPREDUCE').get('configs');
       if (mapredConfigs.findProperty('name', 'mapred.local.dir').get('isNotDefaultValue') ||
           mapredConfigs.findProperty('name', 'mapred.system.dir').get('isNotDefaultValue')) {
         dirChanged = true;