pgAdmin 4 commit: Fixed an issue where Execute button of the query tool

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 button of the query tool
Date: 2021-10-06 11:29:49
Message-ID: E1mY57N-0003vz-HY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where Execute button of the query tool gets disabled once we change anything in the data grid. Fixes #6798

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-06 11:30:10 Re: [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid
Previous Message Aditya Toshniwal 2021-10-06 11:07:20 Re: [pgAdmin][patch] Partition node related fixes