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 1rIMad-00868R-Bj for pgadmin-hackers@arkaria.postgresql.org; Wed, 27 Dec 2023 05:36:23 +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 1rIMab-001nPl-Ry for pgadmin-hackers@arkaria.postgresql.org; Wed, 27 Dec 2023 05:36:21 +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 1rIMab-001nPd-Is for pgadmin-hackers@lists.postgresql.org; Wed, 27 Dec 2023 05:36:21 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIMaY-00E5yv-Iu for pgadmin-hackers@lists.postgresql.org; Wed, 27 Dec 2023 05:36:20 +0000 Received: from github.com (hubbernetes-node-b3a77db.ash1-iad.github.net [10.56.150.35]) by smtp.github.com (Postfix) with ESMTPA id AB6153404F6 for ; Tue, 26 Dec 2023 21:36:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703655376; bh=vKPGjJx9o/WMepfJNz7HhSY1KLFR7pZ3qUVdIhx1yYM=; h=Date:From:To:Subject:From; b=QZ9bwhU2AGYxwL+Qssz7BVY7UY6ZfcpsgbHmtbyAg5B/aU8zN6rd3wJIeLdTTYINB JnZ9tu9n5oJ1Hs0WOxzSqrWi8017jW8nHqmAnUN8/cUPjcjrinl4kY6C5MNBCU06H8 WnUZxkswKqbBZYMtNajaScEXt87yH613MxleHvrc= Date: Tue, 26 Dec 2023 21:36:16 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: =?UTF-8?Q?[pgadmin-org/pgadmin4]_a4e9f0:_Fixed_an_issue_where?= =?UTF-8?Q?_changes_done_to=C2=A0a_node_using_...?= Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: a4e9f04a2e51ef142d57f6e4b91d4e2103598cab https://github.com/pgadmin-org/pgadmin4/commit/a4e9f04a2e51ef142d57= f6e4b91d4e2103598cab Author: Nikhil Mohite Date: 2023-12-27 (Wed, 27 Dec 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/static/js/server.js M web/pgadmin/misc/properties/ObjectNodeProperties.jsx Log Message: ----------- Fixed an issue where changes done to=C2=A0a node using edit dialog are = not reflecting on the properties tab if the properties tab is active. #70= 41