pgAdmin 4 commit: Fixed an issue where ajax call continues to fire even

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where ajax call continues to fire even
Date: 2020-08-06 11:23:54
Message-ID: E1k3e02-0002SO-36@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where ajax call continues to fire even after disconnect the database server. Fixes #5716

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e494b1520d42c48d2a675b10b7a4eefe8d816b76
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 3 ++-
web/pgadmin/dashboard/static/js/ChartsDOM.jsx | 8 ++++----
web/pgadmin/dashboard/static/js/dashboard.js | 3 +--
web/pgadmin/dashboard/static/scss/_dashboard.scss | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-06 11:24:40 Re: [pgAdmin][RM5716] AJAX to generate the charts continues to fire after we disconnect the server
Previous Message Aditya Toshniwal 2020-08-06 11:17:21 pgAdmin debugger failure when search_path set