Browse Source

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

Oleg Nechiporenko 11 năm trước cách đây
mục cha
commit
b92082252f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();