Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1blzhZ-0002pA-2q for pgadmin-hackers@arkaria.postgresql.org; Mon, 19 Sep 2016 14:37:45 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1blzhY-0007XH-MV for pgadmin-hackers@arkaria.postgresql.org; Mon, 19 Sep 2016 14:37:44 +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_2) (envelope-from ) id 1blzhL-0007Iy-SZ for pgadmin-hackers@postgresql.org; Mon, 19 Sep 2016 14:37:31 +0000 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1blzhI-0006as-M2 for pgadmin-hackers@postgresql.org; Mon, 19 Sep 2016 14:37:31 +0000 Received: by mail-io0-x22b.google.com with SMTP id m186so93039984ioa.2 for ; Mon, 19 Sep 2016 07:37:28 -0700 (PDT) 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:from:date:message-id:subject:to :cc; bh=vO1Ik6Ea25hkeJZAalAlawuxL1cJO/FpKD3RTMwSqRM=; b=YpGDs7GgQ0pMqxrob36qMJeZQL9wPmQDPGSkwDwaJLs86fF+CW6tgPqI6gtlz2gqqX SzfpcOX1FsWyR9APm6x73BKrDAbFzDzXKrToqt5E9opogC1zurjYjyZ7fSsk4pVTDLhR 99smDcvZMSe+PvPiVtqAJzOkrRjs7jS7R65SqyNWgud5oLh0tkY8cHIsWY+9CGs0usHG 84+4CfwaHTl+crM5ZS1/1ltYnctAE9RGuG/UJ4MlA/tk0onojZSI7J5ylIlPPGP54b4L TceboJIk+lP2ZWzQ7EeeGy7HqIFsBaO/HVEVpg+skpijZ/4WRWMADmSj5EVdwCpzdvh/ Ei/g== 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=vO1Ik6Ea25hkeJZAalAlawuxL1cJO/FpKD3RTMwSqRM=; b=N9m8JvC8Rx/tRMKRM+gXBtxZTe/gY8VApgqWOzXymAd1WoQqlfCtAtibMZpyPt+uNy +VT5OWWGK50zJuEoHPtqhTmQWbiSEN/h9PLGtbJINdBtgrTaHq6HjUT31KLewB+XNaNa Ab1YpH8KBHSRLnWD4nTXOCk6wPk7DJT8f4lWgW4n3SAB7XoguNtwWbralLcQ/azYkD5Y H+AEQvI7sBxgr4Cl5EpCNX1WqAwNBWfX4WkU/FrZwY/jvwLC8p5jhE247Kp5nTevzKhs FLAbT7cTkZJGu2Dz07DDVQdy0uJTLD4u8rAeYVXotlWWpu0l7evyGUfgkohwUtzqqzSh +Waw== X-Gm-Message-State: AE9vXwPG2a5ZpPIyqt0c7gOjkFVNSBh6jbKSTH0jKBqGhb9qdEcmldmOHpBXEG0FYbW+rxhA6DQVuzN+eSDMNw== X-Received: by 10.107.53.206 with SMTP id k75mr37642821ioo.195.1474295846861; Mon, 19 Sep 2016 07:37:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 19 Sep 2016 07:37:26 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 19 Sep 2016 15:37:26 +0100 Message-ID: Subject: Re: PATCH: To fix column editor issue (pgAdmin4) To: Murtuza Zabuawala 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 Thanks, applied. On Mon, Sep 19, 2016 at 11:10 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue in column editor where subnode control was not > expanding properly. > RM#1703/04 > > Issue: > There was issue in SecurityGroup function(used to show/hide security tab) > which was not able to find node_info property when called from subnode > control, due t which it was breaking while expanding subnode control. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: 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 > -- 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