You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/11/21 02:50:04 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 72dd4dad6 -> ff0067af0


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ff0067af
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ff0067af
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ff0067af

Branch: refs/heads/branch-2.1
Commit: ff0067af0b4c61f61dad21e23e0fa6362533d8c1
Parents: 72dd4da
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Nov 20 21:18:42 2015 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Sat Nov 21 03:49:59 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/mappers/configs/themes_mapper.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ff0067af/ambari-web/app/mappers/configs/themes_mapper.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/mappers/configs/themes_mapper.js b/ambari-web/app/mappers/configs/themes_mapper.js
index f080688..0da9fb7 100644
--- a/ambari-web/app/mappers/configs/themes_mapper.js
+++ b/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');