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

pull/62/head
Nikhil Mohite 2021-10-06 16:59:38 +05:30 committed by Akshay Joshi
parent 7787def660
commit ca32828281
2 changed files with 2 additions and 0 deletions

View File

@ -33,4 +33,5 @@ Bug fixes
| `Issue #6736 <https://redmine.postgresql.org/issues/6736>`_ - Fixed an issue where Refresh view options are not working for materialized view. | `Issue #6736 <https://redmine.postgresql.org/issues/6736>`_ - Fixed an issue where Refresh view options are not working for materialized view.
| `Issue #6755 <https://redmine.postgresql.org/issues/6755>`_ - Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter. | `Issue #6755 <https://redmine.postgresql.org/issues/6755>`_ - Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter.
| `Issue #6759 <https://redmine.postgresql.org/issues/6759>`_ - Ensure that RLS names should not be editable in the collection node of properties tab. | `Issue #6759 <https://redmine.postgresql.org/issues/6759>`_ - Ensure that RLS names should not be editable in the collection node of properties tab.
| `Issue #6798 <https://redmine.postgresql.org/issues/6798>`_ -
| `Issue #6834 <https://redmine.postgresql.org/issues/6834>`_ - Ensure that SQL help should work for EPAS servers. | `Issue #6834 <https://redmine.postgresql.org/issues/6834>`_ - Ensure that SQL help should work for EPAS servers.

View File

@ -2895,6 +2895,7 @@ define('tools.querytool', [
}, },
function() { function() {
// Stop, User wants to save // Stop, User wants to save
$('#btn-flash').prop('disabled', false);
return true; return true;
} }
).set('labels', { ).set('labels', {