Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 191361834E for ; Sun, 7 Jun 2015 15:30:52 +0000 (UTC) Received: (qmail 78431 invoked by uid 500); 7 Jun 2015 15:30:52 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 78401 invoked by uid 500); 7 Jun 2015 15:30:52 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 78391 invoked by uid 99); 7 Jun 2015 15:30:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jun 2015 15:30:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B2F13E01DD; Sun, 7 Jun 2015 15:30:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ababiichuk@apache.org To: commits@ambari.apache.org Message-Id: <62b76a62512146ae8ef24cdeb00137df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-11771 Install Wizard Step7 Enhanced Configs reverting when revisiting the service tab. (ababiichuk) Date: Sun, 7 Jun 2015 15:30:51 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 83114eab1 -> ca87af1ce AMBARI-11771 Install Wizard Step7 Enhanced Configs reverting when revisiting the service tab. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ca87af1c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ca87af1c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ca87af1c Branch: refs/heads/trunk Commit: ca87af1ce111af1edd0ecb9f0f79994183f7c7c9 Parents: 83114ea Author: aBabiichuk Authored: Sun Jun 7 18:27:51 2015 +0300 Committer: aBabiichuk Committed: Sun Jun 7 18:28:01 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step7_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ca87af1c/ambari-web/app/controllers/wizard/step7_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step7_controller.js b/ambari-web/app/controllers/wizard/step7_controller.js index cd7fbe7..1bab581 100644 --- a/ambari-web/app/controllers/wizard/step7_controller.js +++ b/ambari-web/app/controllers/wizard/step7_controller.js @@ -1112,7 +1112,7 @@ App.WizardStep7Controller = Em.Controller.extend(App.ServerValidatorMixin, App.E this._setEditableValue(config); this._setOverrides(config, overrides); }, this); - this.getRecommendationsForDependencies(null, true, Em.K); + //this.getRecommendationsForDependencies(null, true, Em.K); }.observes('selectedConfigGroup'), /**