pgAdmin 4 commit: Fixed sizing issue of help dialog for Query Tool and

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed sizing issue of help dialog for Query Tool and
Date: 2021-04-06 10:37:34
Message-ID: E1lTj5S-00084l-Pk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed sizing issue of help dialog for Query Tool and ERD Tool when open in the new browser tab. Fixes #6333

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=585ba81492c5cf1ebc3bc34db2645cc9e6cf4b42
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 7 ++++++-
.../tools/erd/static/js/erd_tool/ui_components/BodyWidget.jsx | 7 ++++++-
3 files changed, 13 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-06 10:42:36 Re: [pgAdmin] [patch] RM6333 Help dialog issue if we set "Open in new browser tab" for Query tool & ERD.
Previous Message Akshay Joshi 2021-04-06 10:37:17 Re: [pgAdmin][Patch] RM 6082 - Able to change connection when a long query is running