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-24 09:32:39
Message-ID: E1lwLix-0001aB-2h@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
------
React_Porting

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f34231cced4baf10f7f332c6cc5418819910806
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 Khushboo Vashi 2021-06-24 10:21:21 Re: Refactor: Registry Classes
Previous Message Akshay Joshi 2021-06-24 09:02:01 Re: [patch][pgAdmin] RM3893 pgadmin4 Reassign/Drop Owned