Browse Source

AMBARI-14000. Add Service Wizard gets stuck on Customize Services step after changing services to install

Alex Antonenko 10 years ago
parent
commit
e8e6c74f47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/mappers/configs/themes_mapper.js

+ 1 - 0
ambari-web/app/mappers/configs/themes_mapper.js

@@ -79,6 +79,7 @@ App.themesMapper = App.QuickDataMapper.create({
       this.mapThemeWidgets(item);
     }, this);
 
+    App.store.commit();
     App.store.loadMany(this.get("tabModel"), tabs);
     App.store.commit();
     console.timeEnd('App.themesMapper execution time');