pgAdmin 4 commit: Fixed an issue where detaching the query editor panel

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 detaching the query editor panel
Date: 2021-06-23 06:19:47
Message-ID: E1lvwEl-0000kb-KZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where detaching the query editor panel gives a blank white panel. Fixes #6398

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_5.rst | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 27 ++++++++++++++++++++++++
web/pgadmin/tools/psql/static/js/psql_module.js | 26 +++++++++++++++++++++++
3 files changed, 54 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-23 06:20:06 Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.
Previous Message Dave Page 2021-06-23 06:05:04 pgAdmin 4 commit: Fix path on windows. Fixes #6558