pgAdmin 4 commit: Fix labels and popups on EXPLAIN plan that were broke

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix labels and popups on EXPLAIN plan that were broke
Date: 2018-06-11 16:03:27
Message-ID: E1fSPHz-0006XF-OV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix labels and popups on EXPLAIN plan that were broken by the jQuery 3 update. Fixes #3404

Branch
------
master

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

Modified Files
--------------
web/pgadmin/misc/static/explain/js/explain.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-11 16:03:34 Re: [pgAdmin4][RM#3404] Graphical explain plan do not display text under the node
Previous Message Dave Page 2018-06-11 15:56:53 Re: [pgAdmin][patch] RM3409 - Retrieving SQL from table throws exception