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 1rCZJb-00GSa8-Gj for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Dec 2023 05:58:51 +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 1rCZJZ-00BErU-Ok for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Dec 2023 05:58:49 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rCZJZ-00BErM-GY for pgadmin-hackers@lists.postgresql.org; Mon, 11 Dec 2023 05:58:49 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rCZJW-009pPZ-KP for pgadmin-hackers@lists.postgresql.org; Mon, 11 Dec 2023 05:58:48 +0000 Received: from github.com (hubbernetes-node-dc10950.ac4-iad.github.net [10.52.153.32]) by smtp.github.com (Postfix) with ESMTPA id 466301E0422 for ; Sun, 10 Dec 2023 21:58:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702274325; bh=jwlLGGCDnBfiL2wep0N3Bpx0vtRfjaLrSavwUklQ0K4=; h=Date:From:To:Subject:From; b=ayjaz7nDYPGcpl0MZ4ASpr11LY5LKlcx3BdIuQhGU9joGN60j6oBXVa4t7NM2PmdH DMvhlzQ32jf56VAoHEUTx56tGT8Pb+LkkUyPKu0XTKZW8TgqakJgprzIityIHi8Eyu As9xnbBWfAJ7Zia1vjJI5DQjsV+eb+QJxOWHtXBQ= Date: Sun, 10 Dec 2023 21:58:45 -0800 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4490b6: Fixed an issue where option key was not registerin... 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: 4490b623f888437d1c3472843f610a2f320ebd74 https://github.com/pgadmin-org/pgadmin4/commit/4490b623f888437d1c3472843f610a2f320ebd74 Author: Anil Sahoo Date: 2023-12-11 (Mon, 11 Dec 2023) Changed paths: M web/pgadmin/tools/psql/static/js/psql_module.js Log Message: ----------- Fixed an issue where option key was not registering in PSQL tool. #6968