pgAdmin 4 commit: Fixed an issue where Execute/Refresh button should no

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 Execute/Refresh button should no
Date: 2021-06-23 06:19:47
Message-ID: E1lvwEl-0000kZ-Jq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where Execute/Refresh button should not be disabled when we run the empty query. Fixes #6489

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a53362068488567607611614ce3d1d8bf1cb7b38
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_5_5.rst | 20 ++++++++++++++++++++
web/pgadmin/static/js/sqleditor/execute_query.js | 6 +++++-
3 files changed, 26 insertions(+), 1 deletion(-)

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