[pgadmin-org/pgadmin4] ec12dc: Fixed the following issues found in testing #5908:

From: Nikhil Mohite <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] ec12dc: Fixed the following issues found in testing #5908:
Date: 2023-12-27 08:06:32
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/a4e9f0-ec12dc@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: ec12dc52880317f72b70affa7997f78d0e88fd78
https://github.com/pgadmin-org/pgadmin4/commit/ec12dc52880317f72b70affa7997f78d0e88fd78
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Date: 2023-12-27 (Wed, 27 Dec 2023)

Changed paths:
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx
M web/pgadmin/utils/constants.py

Log Message:
-----------
Fixed the following issues found in testing #5908:

1. Filter buttons remain highlighted after promotion but the button is disabled.
2. Data changes are getting committed even when Auto commit is turned off on the promoted query tool window.

Browse pgadmin-hackers by date

  From Date Subject
Next Message dependabot[bot] 2023-12-27 10:37:54 [pgadmin-org/pgadmin4] 1523b2: Javascript dependency: Bump axios from 1.4.0 to 1....
Previous Message Nikhil Mohite 2023-12-27 05:36:16 [pgadmin-org/pgadmin4] a4e9f0: Fixed an issue where changes done to a node using ...