pgAdmin 4 commit: Ensure that dashboard graph API is not called after t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that dashboard graph API is not called after t
Date: 2022-07-04 06:47:06
Message-ID: E1o8FrO-00047v-Lx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-04 06:47:25 Re: [pgAdmin][RM-7342]: [React] Port Master Password dialog to React
Previous Message Akshay Joshi 2022-07-04 05:45:44 pgAdmin 4 commit: Fixed PEP8