Browse Source

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

Oleg Nechiporenko 11 years ago
parent
commit
b92082252f
1 changed files with 0 additions and 1 deletions
  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();