Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: ec12dc52880317f72b70affa7997f78d0e88fd78
https://github.com/pgadmin-org/pgadmin4/commit/ec12dc52880317f72b70affa7997f78d0e88fd78
Author: Nikhil Mohite <[email protected]>
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.