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 1rKFyM-001M5e-N4 for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 10:56:42 +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 1rKFyK-00BvO2-9i for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 10:56:40 +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 1rKFyK-00BvNn-0U for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 10:56:40 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKFyG-00EyQf-QE for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 10:56:38 +0000 Received: from github.com (hubbernetes-node-6fd818d.va3-iad.github.net [10.48.222.62]) by smtp.github.com (Postfix) with ESMTPA id 0B4B4E096A for ; Mon, 1 Jan 2024 02:56:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704106595; bh=g+pkQbvbZJlGSbyVwI9A7LzsRtETpS95BMA7N9vw1tI=; h=Date:From:To:Subject:From; b=LLjidrSfDm4vDNpRKipT4Za7CYx4vOjyCbmsveqZ3W6S5TmLgbmZBceiDBofSX6I7 FcXIvUsKEdMRgKmkw8DC+GaJvVozLGsormDLt6CtjfBUz5nCZ7McapFa+0JSW/eA6N Aa7w0Cvg0JZ+h3rH8OmlnzEPK40xQ+0TfM2Sa/pU= Date: Mon, 01 Jan 2024 02:56:35 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] fcfe7c: Fixed an issue where DB Restrictions were not visi... 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: fcfe7cfb7c7c284855ef3af1de1b4e0018800a7f https://github.com/pgadmin-org/pgadmin4/commit/fcfe7cfb7c7c284855ef3af1de1b4e0018800a7f Author: Akshay Joshi Date: 2024-01-01 (Mon, 01 Jan 2024) Changed paths: M docs/en_US/release_notes_8_2.rst M web/pgadmin/static/js/components/FormComponents.jsx Log Message: ----------- Fixed an issue where DB Restrictions were not visible on the server dialog. #7059