瀏覽代碼

AMBARI-4007. In installer overriding config launches the service save confirmation popup. (onechiporenko)

Oleg Nechiporenko 11 年之前
父節點
當前提交
b92082252f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ambari-web/app/utils/config.js

+ 0 - 1
ambari-web/app/utils/config.js

@@ -1055,7 +1055,6 @@ App.config = Em.Object.create({
         if (this.get('optionSelectConfigGroup')) {
           var selectedConfigGroup = this.get('selectedConfigGroup');
           this.hide();
-          self.saveGroupConfirmationPopup(selectedConfigGroup,isInstaller);
           callback(selectedConfigGroup);
         } else {
           var newConfigGroupName = this.get('newConfigGroupName').trim();