Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6IHQ-0007PW-Lo for pgadmin-hackers@arkaria.postgresql.org; Thu, 04 May 2017 15:02:56 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d6IHQ-0000Ig-7y for pgadmin-hackers@arkaria.postgresql.org; Thu, 04 May 2017 15:02:56 +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_2) (envelope-from ) id 1d6IHB-0007bh-EX for pgadmin-hackers@postgresql.org; Thu, 04 May 2017 15:02:41 +0000 Received: from mail-it0-x22f.google.com ([2607:f8b0:4001:c0b::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d6IH8-000240-Na for pgadmin-hackers@postgresql.org; Thu, 04 May 2017 15:02:40 +0000 Received: by mail-it0-x22f.google.com with SMTP id e65so13330128ita.1 for ; Thu, 04 May 2017 08:02:38 -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=MrIMFV7jB3qPgfcjHn/5md2qHqcd1klQkCdybbLuZs4=; b=FsPMQ3DUjHThXV1pe6MJ/1ghw5DKy/TLkfnL+CfkZ2d9sAbap/m6IAPJiLdlaZzjiA Xee3EmnN3IZXeqvr0H2ktQPDDt0Fzi+jtMa2bqBz00Iq9gSoHW4MGiiWbqxk0Kxcl4nN 7S66jmqlz0i1CrHwJ/bUWft512eBomcMzBifjMYx4VNgsn57XMYSqX+6aaRqMl3PSHXE bQkDqGtNFZdGfR/zz+mI9Fa0+TH3ShSN+xwDRBsonAjmf8ppB7OcNNx7HvsLqVjItJKB 7veGLYYhpc/YmytmLHffde0KlioYp8xmBhFKZgSR83vFiyC8LQIWw86J8JFPYe5/H2x3 ERVw== 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=MrIMFV7jB3qPgfcjHn/5md2qHqcd1klQkCdybbLuZs4=; b=Y7qzGgkBIRlYcq8YhcdhFY5ZGwJyWPGsW35zFy1/sXM+RYZvyrCeY2hRNC0lvRCkVn ZHQSe9cIQPCVtGJogDcu+hv/o3aL7MdZ+nHVKZP5wfEEE4R/VsWSBo+8ChPwr4O6nKZH EViuhj3/rKWbHl3dFYv28IKvSHc0vG6Di91ZjJVMNgdOFtUmrILkqWhBxoIHIkHiKrW/ Fq/UlMPGbZcx9+aC2c4SEYGjFYjmJVz7N+U2ujrrfEjMqX9H8BHe6ziaBruo0BEYpyYl 3tNJiSTKCiYl/WVSyO5vkG4hfO3mby+2k+PGylHZ3YUed+9nNozM92ukdVbrl1WVuXc8 VFGA== X-Gm-Message-State: AN3rC/5+ympj9HHB/I9raVh3oAgHWWnNYNR6YCW64s7MTGYRIYLtzke/ +phZsrbaPDRGteC+VCP6etHTyNiEZD5J X-Received: by 10.36.193.134 with SMTP id e128mr2280156itg.43.1493910156992; Thu, 04 May 2017 08:02:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.167 with HTTP; Thu, 4 May 2017 08:02:36 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Thu, 4 May 2017 16:02:36 +0100 Message-ID: Subject: Re: [pgAdmin4][PATCH] To fix the issue with NodeAjaxControl data caching To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c08ebd23c0749054eb410da 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 --94eb2c08ebd23c0749054eb410da Content-Type: text/plain; charset=UTF-8 Thanks, applied. On Wed, May 3, 2017 at 2:05 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue in NodeAjaxControl caching with cache-node > field and I've also added cache-node field in Trigger & Event trigger node > so that whenever user creates new Trigger Function we get new data from > server in NodeAjaxControl. > RM#2242 > > Please review. > > -- > 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 --94eb2c08ebd23c0749054eb410da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Wed, May 3, 2017 at 2:05 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

PFA= patch to fix the issue in=C2=A0NodeAjaxControl caching with cache-node fie= ld and I've also added cache-node field in Trigger & Event trigger = node so that whenever user creates new Trigger Function we get new data fro= m server in NodeAjaxControl.=C2=A0
RM#2242

Please review.

--
<= span style=3D"color:rgb(136,136,136)">Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://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-ha= ckers




--
--94eb2c08ebd23c0749054eb410da--