Repository: ambari
Updated Branches:
  refs/heads/trunk 96fecce1a -> 1f702fbf9


AMBARI-13522. Override button for Flume is absent after first overriding (UI). 
(akovalenko)


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

Branch: refs/heads/trunk
Commit: 1f702fbf922a64b81efc2c70496afa8dba8ae3ab
Parents: 96fecce
Author: Aleksandr Kovalenko <akovale...@hortonworks.com>
Authored: Thu Oct 22 15:17:38 2015 +0300
Committer: Aleksandr Kovalenko <akovale...@hortonworks.com>
Committed: Thu Oct 22 15:21:21 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/mixins/common/configs/configs_loader.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1f702fbf/ambari-web/app/mixins/common/configs/configs_loader.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/mixins/common/configs/configs_loader.js 
b/ambari-web/app/mixins/common/configs/configs_loader.js
index 4e64fb3..fdcd171 100644
--- a/ambari-web/app/mixins/common/configs/configs_loader.js
+++ b/ambari-web/app/mixins/common/configs/configs_loader.js
@@ -98,6 +98,7 @@ App.ConfigsLoader = Em.Mixin.create(App.GroupsMappingMixin, {
   loadCurrentVersions: function() {
     this.set('isCompareMode', false);
     this.set('versionLoaded', false);
+    this.set('selectedVersion', this.get('currentDefaultVersion'));
     this.trackRequest(App.ajax.send({
       name: 'service.serviceConfigVersions.get.current',
       sender: this,

Reply via email to