You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2015/06/08 18:49:14 UTC

ambari git commit: AMBARI-11787. Install Wizard, Step6: Next button is not working after deselect Kafka (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0e6fc2409 -> d64cf1ffe


AMBARI-11787. Install Wizard, Step6: Next button is not working after deselect Kafka (akovalenko)


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

Branch: refs/heads/trunk
Commit: d64cf1ffe7e6a5e6e5e3b5756220cf4a0b000da1
Parents: 0e6fc24
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Mon Jun 8 16:22:51 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Mon Jun 8 18:03:57 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/d64cf1ff/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 5f00730..eda0e52 100644
--- a/ambari-web/app/mappers/configs/themes_mapper.js
+++ b/ambari-web/app/mappers/configs/themes_mapper.js
@@ -187,6 +187,8 @@ App.themesMapper = App.QuickDataMapper.create({
         service_name: serviceName
       });
     });
+    App.store.commit();
     App.store.loadMany(this.get("tabModel"), advancedTabs);
+    App.store.commit();
   }
 });