pgAdmin 4 commit: Fixed an issue where Debugger and ERD tool panel give

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 Debugger and ERD tool panel give
Date: 2021-06-25 06:08:17
Message-ID: E1lwf0j-0007cH-9v@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where Debugger and ERD tool panel give a blank white panel, missing from the last patch.

refs #6398

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5581f0909a4f0da0ba3419ea6da9c29dfd893b06
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/js/frame.js | 4 ++-
web/pgadmin/static/js/utils.js | 29 ++++++++++++++++++++++
web/pgadmin/tools/datagrid/static/js/datagrid.js | 27 +-------------------
.../tools/debugger/static/js/debugger_ui.js | 6 ++---
web/pgadmin/tools/erd/static/js/erd_module.js | 5 ++--
web/pgadmin/tools/psql/static/js/psql_module.js | 28 ++-------------------
6 files changed, 41 insertions(+), 58 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-25 06:09:43 Re: [pgAdmin][RM6231]- Add OS, Browser details in pgAdmin About us pop-up
Previous Message Pradip Parkale 2021-06-24 15:46:29 Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.