Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHuba-0001yd-3c for pgadmin-hackers@arkaria.postgresql.org; Mon, 05 Jun 2017 16:11:46 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dHubZ-0001Li-MR for pgadmin-hackers@arkaria.postgresql.org; Mon, 05 Jun 2017 16:11:45 +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 1dHubZ-0001LX-Dj for pgadmin-hackers@postgresql.org; Mon, 05 Jun 2017 16:11:45 +0000 Received: from mail-it0-x234.google.com ([2607:f8b0:4001:c0b::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dHubU-0002Wp-7P for pgadmin-hackers@postgresql.org; Mon, 05 Jun 2017 16:11:44 +0000 Received: by mail-it0-x234.google.com with SMTP id m62so66435301itc.0 for ; Mon, 05 Jun 2017 09:11:40 -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=YLfYvAD3Mag9kK/hWdWH+ayFIb6UNsVyTOfTzifbeLU=; b=Ha1mJVy8s2rkqNHO9mOeRFMsrURXkuYfgzCix0iv/U35XUvlyz/n6Dao8Fen3mkwaS Pt0MZXR6iqXSi1OaZZOpaSEz8zLU/D5xEwMopDI9uJYeu/B6mWAA1S835YVpgcjMEXyD +9Hjwq7SCFqDyonz2Y2e+ay7cLFPJd01baLFyFBYhOePSX2lTHSdOmYxtHQj3dwYU6/I QEQc+izCVHeoi8OYC22/qVRbCRqPfnzp1SAAY5pXEZfhhTesQ2rnU64vKXJIT5b0R6u4 kR3qd6tk68dxH8pW90oqt9HGz9O+QCMTfZaa/qB3fcW9WDoL47KEWKkAMp6APU/H+yPq V7WA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=YLfYvAD3Mag9kK/hWdWH+ayFIb6UNsVyTOfTzifbeLU=; b=oWwTZ/RrX81gE7wmlxnn+o/p2JEg0UB9W/DnLdExu3keLUeWTiyhaA7ueLE4cnbIHU r+cw0CHSBh5sm2xxDn/2sy1aIKomLcLo24kq/a3i8fZ7ZVZzwclmZXoc5h8Pvvm0AB2t iYf+sfuxkGBQbr39XQXNtV2IRpMgrXyKTG5MwKkydlqavmMCimqGA00aDrI2HgBtlYs+ 5jjkr1hRa/RqC82nZVUOBBnyQpoUgZlcF5cB1k/zQnBt3eAcEE0QXPwLVTLenoHskMZE VL9Bx4zByxVldlbmbKkKL/T8ElLm5+OVwLEWOyNDeBZdbRXPpC8IDvd7hVFJWDIYaYS1 ezaw== X-Gm-Message-State: AODbwcDjjgFkG0oCCu29/1yYR78fVN8E6Aq5t6dqw3SqFZPXt8EOQXkP 50xkCCf8Hz5f/AI5ki++3SH84a8Vguok X-Received: by 10.107.35.210 with SMTP id j201mr20418677ioj.144.1496679097331; Mon, 05 Jun 2017 09:11:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.147 with HTTP; Mon, 5 Jun 2017 09:11:36 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 5 Jun 2017 17:11:36 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] Add property in trigger node to display if trigger is enabled or not 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 Tue, May 30, 2017 at 5:20 PM, Murtuza Zabuawala wrote: > Hi, > > PFA updated patch for the same. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Tue, May 30, 2017 at 9:13 PM, Dave Page wrote: >> >> On Mon, May 29, 2017 at 10:31 AM, Murtuza Zabuawala >> wrote: >> > Hi, >> > >> > PFA attach patch to add property into trigger node to display if trigger >> > is >> > enabled or disabled in Properties panel and also in dialog. >> > RM#2386 >> >> The switch is added, but I cannot toggle it from the dialogue. Can you >> fix that please? >> >> > Also used node-list-by-name control instead of muti-select control for >> > listing table columns to simplify the logic. >> >> OK. >> >> Thanks! >> >> -- >> 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