Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0F8E18C25 for ; Fri, 14 Aug 2015 09:07:36 +0000 (UTC) Received: (qmail 1033 invoked by uid 500); 14 Aug 2015 09:07:36 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 981 invoked by uid 500); 14 Aug 2015 09:07:36 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 965 invoked by uid 99); 14 Aug 2015 09:07:36 -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; Fri, 14 Aug 2015 09:07:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DF1BEDFBA7; Fri, 14 Aug 2015 09:07:35 +0000 (UTC) From: DaanHoogland To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: Interface changes related to CLOUDSTACK-8... Content-Type: text/plain Message-Id: <20150814090735.DF1BEDFBA7@git1-us-west.apache.org> Date: Fri, 14 Aug 2015 09:07:35 +0000 (UTC) Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/680#discussion_r37060434 --- Diff: ui/scripts/cloudStack.js --- @@ -143,8 +143,11 @@ if (json.listcapabilitiesresponse.capability.userpublictemplateenabled != null) { g_userPublicTemplateEnabled = json.listcapabilitiesresponse.capability.userpublictemplateenabled.toString(); //convert boolean to string if it's boolean } - g_userProjectsEnabled = json.listcapabilitiesresponse.capability.allowusercreateprojects; + // Hide the expunge/recover checkboxes when the authenticated user --- End diff -- this comment is misleading. the hiding is not done here --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---