pgAdmin 4 commit: Fix an issue in NodeAjaxControl caching with cache-no

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue in NodeAjaxControl caching with cache-no
Date: 2017-05-04 15:02:31
Message-ID: E1d6IH1-0004qU-SP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue in NodeAjaxControl caching with cache-node field and add cache-node field in Trigger & Event trigger node so that whenever the user creates new Trigger Function we get new data from server in NodeAjaxControl. . Fixes #2242

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95f763463f669ea1e5e7909ce80b63c2076b6970
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../event_triggers/templates/event_triggers/js/event_trigger.js | 6 +++---
.../schemas/tables/triggers/templates/trigger/js/trigger.js | 3 ++-
web/pgadmin/browser/static/js/node.ui.js | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-04 15:02:36 Re: [pgAdmin4][PATCH] To fix the issue with NodeAjaxControl data caching
Previous Message Dave Page 2017-05-04 12:16:02 Re: pgAdmin4: Test-suite OS compatability issue