Procházet zdrojové kódy

AMBARI-12677. FE:Routing during Configs comparison brake Config page (alexantonenko)

Alex Antonenko před 9 roky
rodič
revize
f0713c36a9

+ 4 - 0
ambari-web/app/views/main/service/info/configs.js

@@ -30,6 +30,10 @@ App.MainServiceInfoConfigsView = Em.View.extend({
     });
   },
 
+  willDestroyElement: function() {
+    this.get('controller').clearStep();
+  },
+
   /**
    * Number of components that should be restarted
    * @type {number}