pgAdmin 4 commit: Fixed an issue where the last message is not visible

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 the last message is not visible
Date: 2021-09-17 15:34:59
Message-ID: E1mRFtD-0002H5-No@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the last message is not visible in the Debugger. Fixes #6713

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_0.rst | 1 +
web/pgadmin/tools/debugger/static/js/direct.js | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-17 15:36:25 Re: [patch][pgAdmin] RM6713 [Debugger] Messages tab hide last message
Previous Message Akshay Joshi 2021-09-17 15:25:45 Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue