Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 9822 invoked from network); 12 May 2010 20:41:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 20:41:54 -0000 Received: (qmail 65960 invoked by uid 500); 12 May 2010 20:41:54 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 65940 invoked by uid 500); 12 May 2010 20:41:54 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 65932 invoked by uid 99); 12 May 2010 20:41:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 20:41:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vdichev@gmail.com designates 74.125.78.145 as permitted sender) Received: from [74.125.78.145] (HELO ey-out-1920.google.com) (74.125.78.145) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 20:41:46 +0000 Received: by ey-out-1920.google.com with SMTP id 13so137656eye.8 for ; Wed, 12 May 2010 13:41:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=DO+Fdx+esNhMJihRdgumG+dawkPfuwJIpnIb+KKjSBU=; b=OTGg/b5qJWnu1ZdGtdNtBlNdS3w2iuw8C2Ho7132yv63N20lRcagCgi/4yGPbQvOH+ k4WQN7mUcx09sS0mlVrg+gRszfUAaUMxK6BHi3pmP+egotcAma9k7RGe70skxM+NPsu/ q7qA0p37UIQlZK4+gyaItVlFYnzs8Cw0/L2nQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=hr4XeVJe7gCfZO0sP8oQcnpl7OGm2zdp+UxPLCoqXYEcUIVLuk9ncbuyrOVuMmSMTZ RJc6luQL0nUTbNKy/H0wx1qa7DUU5weNlzC7Z+XlQS2Hg4tuYSiTk5GCLZkSbf1WJMbN R1lv9Gu1ozD1M/TIBU8A8ACoJb7gXCEh4D5Lo= MIME-Version: 1.0 Received: by 10.103.3.20 with SMTP id f20mr4919774mui.95.1273696886204; Wed, 12 May 2010 13:41:26 -0700 (PDT) Sender: vdichev@gmail.com Received: by 10.103.12.13 with HTTP; Wed, 12 May 2010 13:41:26 -0700 (PDT) Date: Wed, 12 May 2010 23:41:26 +0300 X-Google-Sender-Auth: pAhBHHhUJsSa_fVQvSn339F7swM Message-ID: Subject: Pool permissions can't be edited From: Vassil Dichev To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The pool page currently does not allow editing permissions for existing pools. First of all, the big "+Add" button does not convey the right idea, because the action is setting a permission to a user, not necessarily adding a user to a pool. For instance, you can set permission Denied to a user, which can hardly be called "adding a user". More importantly, the pop-up box only has a text field for the user, not for the pool, so there's always an error message that the pool name is too short (I guess empty is too short). Is there a Jira item for this, or should i create one? Vassil