pgAdmin 4 commit: Ensure that dashboard graph API is not called after t - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that dashboard graph API is not called after t
Date
Msg-id E1o8FrO-00047v-Lx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that dashboard graph API is not called after the panel has been closed. Fixes #7518

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e59471d87da84b1f8bbf85e7efc7f25591238f94
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_12.rst             | 1 +
web/pgadmin/browser/static/js/panel.js        | 9 +++++++++
web/pgadmin/browser/static/js/panel_view.jsx  | 4 +++-
web/pgadmin/dashboard/static/js/Dashboard.jsx | 3 ++-
web/pgadmin/dashboard/static/js/Graphs.jsx    | 3 +++
5 files changed, 18 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed PEP8
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-7342]: [React] Port Master Password dialog to React