Parcourir la source

AMBARI-16097. Duplicated config groups after renaming not saved group (akovalenko)

Aleksandr Kovalenko il y a 9 ans
Parent
commit
ee4dfb9633

+ 1 - 0
ambari-web/app/controllers/main/service/manage_config_groups_controller.js

@@ -641,6 +641,7 @@ App.ManageConfigGroupsController = Em.Controller.extend(App.ConfigOverridable, {
           name: this.get('configGroupName'),
           description: this.get('configGroupDesc')
         });
+        App.store.commit();
         this.hide();
       }
     });