pgAdmin 4 commit: Ensure ajax requests are sent on second click of an o - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure ajax requests are sent on second click of an o
Date
Msg-id E1bQD3N-00050B-Fh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure ajax requests are sent on second click of an object. Fixes #1462

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=419ead9121e9c1bcbd45bdb2a5413e36b6fdc49c
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js   | 18 ++++++++++++
web/pgadmin/misc/depends/static/js/depends.js      | 12 ++------
web/pgadmin/misc/sql/static/js/sql.js              | 32 ++++++++--------------
.../misc/statistics/static/js/statistics.js        | 15 ++--------
4 files changed, 35 insertions(+), 42 deletions(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: patch for RM1460 [pgAdmin4]
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue where AJAX request do not get fired second time (pgAdmin4)