pgAdmin 4 commit: Fix on-click handling of treeview nodes that wasn't r

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix on-click handling of treeview nodes that wasn't r
Date: 2018-02-01 13:44:17
Message-ID: E1ehFA1-0006uJ-Je@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix on-click handling of treeview nodes that wasn't refreshing SQL/Dependencies/Dependents in some circumstances. Fixes #3058

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/browser.js | 1 +
web/pgadmin/misc/depends/static/js/depends.js | 12 ++++++++----
web/pgadmin/misc/sql/static/js/sql.js | 18 +++++++++++-------
3 files changed, 20 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-01 13:45:04 Re: [pgAdmin4][RM#3058] Content of SQL panel is not updating properly
Previous Message Dave Page 2018-02-01 13:29:44 Re: RM2815: Relogin to pgAdmin from sqleditor/datadrid if session exprires