Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84) (envelope-from ) id 1adI1H-000139-Ji for pgadmin-hackers@arkaria.postgresql.org; Tue, 08 Mar 2016 13:49:51 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1adI1G-0000sn-Mx for pgadmin-hackers@arkaria.postgresql.org; Tue, 08 Mar 2016 13:49:50 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1adI13-0000eE-8N for pgadmin-hackers@postgresql.org; Tue, 08 Mar 2016 13:49:37 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1adI0v-0002aL-Vw for pgadmin-hackers@postgresql.org; Tue, 08 Mar 2016 13:49:36 +0000 Received: by mail-wm0-x231.google.com with SMTP id l68so150705092wml.0 for ; Tue, 08 Mar 2016 05:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=iIhoF7/ysXuEdXuU6ztoRGhG19WX3lxSJUCS1bR9YnA=; b=qOHEc7siu/PTty08gIrMy6MvW9+XDRHqFGwj24vDe05SNzNY/PhUOg89LS6DBYB2PH liDi7qL/fdNSrPcO2fQikdoudB0tMvV2VqhCRlpuwJKl9VDpy+D2aSUIgKX27bJqMUnm BGG2w9Hl1tOpNmvvoJT9y47zMEfT8USXgWsHDFQ1pGQDLdGQ/nBmDWRTMKBMltHcGXsM 5Ib++YUcwOAQjAskTh/PWT+sYqobQB5UNf+em1bEwm4XLBWGri4Nk3gJm9XR1yLZrK8D V2vQVdbreeB2ohDYhV3ALkEk38Ls7vx7V7JGWIBagJzjMz3/nAvcp+zzXaaHjV6UpGQR jcRQ== 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:from:date :message-id:subject:to:cc; bh=iIhoF7/ysXuEdXuU6ztoRGhG19WX3lxSJUCS1bR9YnA=; b=QUSjpzUi3aRNzgJG2tivsDa2tSsMPOnuyVC/MvgkcbFWB1SVE8h0VYKuS1ir2AwvN9 DNSa0ANxK/aKwmO1IHXh+Pie9MlIVokIPBGYJVHFtsGmlWePzu3fC04dCozMhr3cfZvQ VC5nv1y5uin3B5PQ0Dc06iKXCoxVJzDwpS0SGGovv74vrZ9KxOXG0+dqM1rvfW7hbEru EbeFC04LFcJFg4YcDoeQYP9NLpulGCm/XCEt5t5MnYX1VT5lDxYbYxNFb5DEjEIMiW+7 k7my4SqjqxtHb7Y/zEyKz5VNrc6r6IBZ0jo5HbW1PYLeCuzOxWGcbk1JN+tPxSXruvhE h86g== X-Gm-Message-State: AD7BkJJ+m8tRErHlnCmmhbfux4v+2taHJGC+JSODV3DljrkinKT1KasHvox8VuQDI3CZ60nv7U6GX+vn6PNhYL2T X-Received: by 10.28.24.80 with SMTP id 77mr18767085wmy.16.1457444968882; Tue, 08 Mar 2016 05:49:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.55.74 with HTTP; Tue, 8 Mar 2016 05:48:59 -0800 (PST) In-Reply-To: References: From: Surinder Kumar Date: Tue, 8 Mar 2016 19:18:59 +0530 Message-ID: Subject: Re: [pgAdmin4] [Patch]: Grant Wizard To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a11469110a67b71052d89d9e8 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 --001a11469110a67b71052d89d9e8 Content-Type: text/plain; charset=UTF-8 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 > --001a11469110a67b71052d89d9e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 <dpag= e@pgadmin.org> wrote:
On Tue, Mar 8, 2016 at 10:00 AM, Surinder Kumar
<surinder.kumar@enter= prisedb.com> wrote:
> Hi,
>
> I forgot to add 'node.ui.js' file in the previous patch, pleas= e 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

--001a11469110a67b71052d89d9e8--