Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIOw3-008KBZ-Cf for pgadmin-hackers@arkaria.postgresql.org; Wed, 27 Dec 2023 08:06:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rIOw1-0030el-2r for pgadmin-hackers@arkaria.postgresql.org; Wed, 27 Dec 2023 08:06:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIOw0-0030bC-PQ for pgadmin-hackers@lists.postgresql.org; Wed, 27 Dec 2023 08:06:36 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIOvy-00E78J-N3 for pgadmin-hackers@lists.postgresql.org; Wed, 27 Dec 2023 08:06:35 +0000 Received: from github.com (hubbernetes-node-c9ad705.va3-iad.github.net [10.48.137.13]) by smtp.github.com (Postfix) with ESMTPA id 94B84E0A13 for ; Wed, 27 Dec 2023 00:06:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703664392; bh=ZmJv150MwKBKYhCm15FYri6tRtOu+aG3in92IUlO7NE=; h=Date:From:To:Subject:From; b=cKKFc0zsESZwK+NOxOqUVgHW43/txruQ/habcqtWJRCedbNMRPcPMLQdLxSgIelnf AIhj8udzlLy9ewN23+U3/CKDpZ2OR/q+sGDo47K/NNJQEbICkMEyx5Lux7Vamtqhqa u3+drtxc1eDve+pAqWzAFX4zK2RJ5MEecyHhCp88= Date: Wed, 27 Dec 2023 00:06:32 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] ec12dc: Fixed the following issues found in testing #5908: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: ec12dc52880317f72b70affa7997f78d0e88fd78 https://github.com/pgadmin-org/pgadmin4/commit/ec12dc52880317f72b70affa7997f78d0e88fd78 Author: Nikhil Mohite 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.