Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84) (envelope-from ) id 1adi0f-0004q2-Nr for pgadmin-hackers@arkaria.postgresql.org; Wed, 09 Mar 2016 17:34:57 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1adi0f-0004EA-AS for pgadmin-hackers@arkaria.postgresql.org; Wed, 09 Mar 2016 17:34:57 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1adi0R-0003pJ-Kj for pgadmin-hackers@postgresql.org; Wed, 09 Mar 2016 17:34:43 +0000 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1adi0N-0001IC-N0 for pgadmin-hackers@postgresql.org; Wed, 09 Mar 2016 17:34:42 +0000 Received: by mail-io0-x232.google.com with SMTP id g203so74598945iof.2 for ; Wed, 09 Mar 2016 09:34:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=OFw4auCQ9cCtG0OAtG8qVKy+FXwEDEpcjAcstgjN/SI=; b=Nd0zHjCI+sDu/Sab27phoJFePTtSiOxzrkiKwb1iF4zkIvmZmGZJcnVXP7P5kQnMcj S0J/nReDwT5ZaBiuKFVKNJOCVixcQAj5TaBkoEx8ypcW1sJ+L9uAbmubE8IuQx2s4pND AcPO6k6AohkGRWaWNhvkH1AHOAWNfma5uxEgJGPwTGbPv1MKkbaTNEinnn4/MqBA1a0y fEVZ2oseZGLsPHbkUBJhCkOGaFmp1Udg2gL+wtmPx7jOUJc0W5xpMGGNDg+utDl966B3 I8JeeYPdcAuAgBa3v6tJNXHQrE6PSlB35POeFDgRF0477R4ES5Rcub24tMRDbwFbw4tH 5hbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=OFw4auCQ9cCtG0OAtG8qVKy+FXwEDEpcjAcstgjN/SI=; b=T4y0xEnKRlM/Q98XFE9BnCIEdgDJ7Lym3JnxPUmGS5a2KNtH+TAozHO/1F1Fp1QJw0 Q83Qh3hyUOEOwMWHbNxQ6qtgNzZozb9JoXBdWLZcU+kq5xT+O1DaVq9rO5XiXnbj/45g thhXDCFx1MrqPSRWBvcJZJFS0NaaBbzXVFPV8pF4/nVMAZjzxTRcq1J5OUTBhGqUIdWD YJSAR9bqlUjfGxobI9slA7ngDz+LbTsJTXC8bFjdvRpsfiTcJ34mHauw/QUkfwh+BP1y V1Ue9YBYSb4d94H9j6Gf9+qS6fUwpRBFUSv5dRoW3/KORyOdVeTQRuALFI2MrEvN7mlB g8kA== X-Gm-Message-State: AD7BkJKOScQHHbpl3o0zTMagrfjFf+VVMRya/NznJKLTFwzHhNNk+RJujv8jjV1rODwSAJ7EZVHceoGGDKxOvw== MIME-Version: 1.0 X-Received: by 10.107.43.2 with SMTP id r2mr311347ior.156.1457544878958; Wed, 09 Mar 2016 09:34:38 -0800 (PST) Received: by 10.64.213.73 with HTTP; Wed, 9 Mar 2016 09:34:38 -0800 (PST) In-Reply-To: References: Date: Wed, 9 Mar 2016 17:34:38 +0000 Message-ID: Subject: Re: [pgAdmin4] [Patch]: Grant Wizard From: Dave Page To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Sorry Surinder - can you rebase this please? I think it was broken by 8a7ec6b45221f042bc39c9bce2c577e12b43cc3a :-( How much work would it be to enable it to work at database level as well? On Tue, Mar 8, 2016 at 1:48 PM, Surinder Kumar wrote: > The menu option is dependent only on certain nodes like: > > 1. Schema Node > 2. Views Collection Node > 3. Tables Collection Node > 4. Sequences Collection Node > 5. Functions Collection Node > > It will be enabled on click of above listed nodes. > > On Tue, Mar 8, 2016 at 6:57 PM, Dave Page wrote: >> >> On Tue, Mar 8, 2016 at 10:00 AM, Surinder Kumar >> wrote: >> > Hi, >> > >> > I forgot to add 'node.ui.js' file in the previous patch, please ignore >> > the >> > previous patch. >> > Attached is the new patch, >> > >> > Please review the patch and let me know for any comments. >> >> Is this dependent on any other patches? The menu option never seems to >> be enabled for me when I test against git-master. >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers