Ver Fonte

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

Oleg Nechiporenko há 11 anos atrás
pai
commit
b92082252f
1 ficheiros alterados com 0 adições e 1 exclusões
  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();