Repository: ambari Updated Branches: refs/heads/trunk 1d4effce6 -> 381ace20d
AMBARI-15946 Make Current button doesn't work when 2 versions are being compared on Ambari UI. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/381ace20 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/381ace20 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/381ace20 Branch: refs/heads/trunk Commit: 381ace20dc16ef4b6ce1ad625e543fb2be6ee0ae Parents: 1d4effc Author: Andrii Tkach <[email protected]> Authored: Mon Apr 18 20:36:03 2016 +0300 Committer: Andrii Tkach <[email protected]> Committed: Tue Apr 19 16:10:05 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/views/common/configs/config_history_flow.js | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/381ace20/ambari-web/app/views/common/configs/config_history_flow.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/config_history_flow.js b/ambari-web/app/views/common/configs/config_history_flow.js index b16634b..3f76f74 100644 --- a/ambari-web/app/views/common/configs/config_history_flow.js +++ b/ambari-web/app/views/common/configs/config_history_flow.js @@ -178,9 +178,6 @@ App.ConfigHistoryFlowView = Em.View.extend({ }, willDestroyElement: function() { - Em.keys(this.get('serviceVersionsReferences')).forEach(function(key) { - Em.get(this.get('serviceVersionsReferences'), key).destroy(); - }, this); this.$('.version-info-bar-wrapper').trigger('sticky_kit:detach').off(); this.$('[data-toggle=tooltip]').tooltip('destroy'); this.$('[data-toggle=arrow-tooltip]').tooltip('destroy');
