Browse Source

AMBARI-12358 Discard button for config groups doesn't work. (ababiichuk)

aBabiichuk 10 years ago
parent
commit
d9097096d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/controllers/main/service/info/configs.js

+ 1 - 1
ambari-web/app/controllers/main/service/info/configs.js

@@ -704,7 +704,7 @@ App.MainServiceInfoConfigsController = Em.Controller.extend(App.ConfigsLoader, A
   doCancel: function () {
     this.set('preSelectedConfigVersion', null);
     this.clearDependentConfigs();
-    this.loadSelectedVersion(this.get('selectedConfigVersion'), this.get('selectedConfigGroup'));
+    this.loadSelectedVersion(this.get('selectedVersion'), this.get('selectedConfigGroup'));
   },
 
   /**