From ca3282828119cdc7b0efe7312692043258f2886f Mon Sep 17 00:00:00 2001 From: Nikhil Mohite Date: Wed, 6 Oct 2021 16:59:38 +0530 Subject: [PATCH] =?UTF-8?q?Fixed=20an=20issue=20where=C2=A0Execute=20butto?= =?UTF-8?q?n=20of=20the=20query=20tool=20gets=20disabled=20once=20we=20cha?= =?UTF-8?q?nge=20anything=20in=20the=20data=20grid.=20Fixes=20#6798?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en_US/release_notes_6_0.rst | 1 + web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_6_0.rst b/docs/en_US/release_notes_6_0.rst index baaa8301b..e9514aafe 100644 --- a/docs/en_US/release_notes_6_0.rst +++ b/docs/en_US/release_notes_6_0.rst @@ -33,4 +33,5 @@ Bug fixes | `Issue #6736 `_ - Fixed an issue where Refresh view options are not working for materialized view. | `Issue #6755 `_ - Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter. | `Issue #6759 `_ - Ensure that RLS names should not be editable in the collection node of properties tab. +| `Issue #6798 `_ - | `Issue #6834 `_ - Ensure that SQL help should work for EPAS servers. diff --git a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js index a641ecba8..2cddf9221 100644 --- a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js +++ b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js @@ -2895,6 +2895,7 @@ define('tools.querytool', [ }, function() { // Stop, User wants to save + $('#btn-flash').prop('disabled', false); return true; } ).set('labels', {