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 1rKyfI-005OAo-Gg for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 Jan 2024 10:40:00 +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 1rKyfH-004Ts9-3F for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 Jan 2024 10:39:59 +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 1rKyfG-004TrH-RC for pgadmin-hackers@lists.postgresql.org; Wed, 03 Jan 2024 10:39:58 +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 1rKyfE-00FJCV-0h for pgadmin-hackers@lists.postgresql.org; Wed, 03 Jan 2024 10:39:58 +0000 Received: from github.com (hubbernetes-node-5ae13c5.va3-iad.github.net [10.48.221.27]) by smtp.github.com (Postfix) with ESMTPA id 68ABDE10AA for ; Wed, 3 Jan 2024 02:39:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704278394; bh=twJjM15CZjYJUHChkPkwI3wekweqFPqqq8HWVqM9M+I=; h=Date:From:To:Subject:From; b=F+FAwrz+kKkhNkmGc6NMx3rqIcUa7aPGn9PcD3KFVzUkgl0Uw4TxmttqS0ktfofP2 86aWRYxucC3ALuxPLiLYv2VscKddi8Tkdz1hoLzZdpI+tCt+djWX1s336CpAjKg8e4 M/cGdvlH0qp0HFHY3W6eLeoxKv6gvd/qB6FqzqNI= Date: Wed, 03 Jan 2024 02:39:54 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] fdaeda: Fixed multiple CLI issues. #2483 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: fdaedacf40241f28de007e6c13f2b791a7c8d1df https://github.com/pgadmin-org/pgadmin4/commit/fdaedacf40241f28de007e6c13f2b791a7c8d1df Author: Khushboo Vashi Date: 2024-01-03 (Wed, 03 Jan 2024) Changed paths: M docs/en_US/preferences.rst M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx M web/pgadmin/static/js/api_instance.js M web/pgadmin/tools/user_management/static/js/UserManagementDialog.jsx M web/setup.py Log Message: ----------- Fixed multiple CLI issues. #2483