pgAdmin 4 commit: Fixed an issue where ajax call continues to fire even - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where ajax call continues to fire even
Date
Msg-id E1k3e02-0002SO-36@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: pgAdmin debugger failure when search_path set
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5716] AJAX to generate the charts continues to fire after we disconnect the server