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 1rAOwF-006XtZ-MY for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Dec 2023 06:29:47 +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 1rAOwC-002Yhj-NJ for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Dec 2023 06:29:44 +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 1rAOwC-002Yhb-EA for pgadmin-hackers@lists.postgresql.org; Tue, 05 Dec 2023 06:29:44 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAOw9-008s6G-FX for pgadmin-hackers@lists.postgresql.org; Tue, 05 Dec 2023 06:29:42 +0000 Received: from github.com (hubbernetes-node-e8baafb.va3-iad.github.net [10.48.145.25]) by smtp.github.com (Postfix) with ESMTPA id CDD23E036A for ; Mon, 4 Dec 2023 22:29:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701757779; bh=tROav5lEGwJbdA4fObY9fnq3OcqsN470EkQLm4hvZOk=; h=Date:From:To:Subject:From; b=BbJSH/tjF2qGQD008mIOxXIK2OJua1PhCW+IqmBEU3i2eDY3ZsrZvFiJ8dTL/Z3/6 U7IpznKG6l13aGYF0Nj94CZ8eYz5LloD+DWrYfS7ap7jTNmCSxXWmRn47a8zoYLd/M FSEeE8s1Zb9kqiVLhbMCVXtdVQdx38bOaNkvmjtc= Date: Mon, 04 Dec 2023 22:29:39 -0800 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9cf328: 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: 9cf3288934dc237ad3d00dd8ddb27920e9b201d3 https://github.com/pgadmin-org/pgadmin4/commit/9cf3288934dc237ad3d00dd8ddb27920e9b201d3 Author: Anil Sahoo Date: 2023-12-05 (Tue, 05 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