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 319E3119A3 for ; Tue, 22 Jul 2014 16:03:30 +0000 (UTC) Received: (qmail 80152 invoked by uid 500); 22 Jul 2014 16:03:30 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 80116 invoked by uid 500); 22 Jul 2014 16:03:30 -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 80101 invoked by uid 99); 22 Jul 2014 16:03:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 16:03:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CC79D9AF6DB; Tue, 22 Jul 2014 16:03:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: onechiporenko@apache.org To: commits@ambari.apache.org Date: Tue, 22 Jul 2014 16:03:29 -0000 Message-Id: <1ac46f62b029470b9f3fab04bcda8b89@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: AMBARI-6563. Impossible to add custom property for any service through UI. (Buzhor Denys via onechiporenko) Repository: ambari Updated Branches: refs/heads/trunk b90771744 -> 1845940c4 AMBARI-6563. Impossible to add custom property for any service through UI. (Buzhor Denys via onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb2eb91d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb2eb91d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb2eb91d Branch: refs/heads/trunk Commit: eb2eb91d7583c35c9620f8b37a379f71659c2902 Parents: fe7f25b Author: Oleg Nechiporenko Authored: Tue Jul 22 19:00:09 2014 +0300 Committer: Oleg Nechiporenko Committed: Tue Jul 22 19:00:09 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/utils/config.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/eb2eb91d/ambari-web/app/utils/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js index 8402861..3c58d40 100644 --- a/ambari-web/app/utils/config.js +++ b/ambari-web/app/utils/config.js @@ -337,7 +337,6 @@ App.config = Em.Object.create({ } this.handleSpecialProperties(serviceConfigObj); } else { - serviceConfigObj.isVisible = false; // if the property is not defined on ui metadata site_properties.js then it shouldn't be a part of errorCount serviceConfigObj.displayType = stringUtils.isSingleLine(serviceConfigObj.value) ? 'advanced' : 'multiLine'; }