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 1rcQk8-00072w-01 for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Feb 2024 14:05:08 +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 1rcQk6-00023Z-MP for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Feb 2024 14:05:07 +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 1rcNke-003mmb-PC for pgadmin-hackers@lists.postgresql.org; Tue, 20 Feb 2024 10:53:28 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rcNkb-008CsO-QR for pgadmin-hackers@lists.postgresql.org; Tue, 20 Feb 2024 10:53:27 +0000 Received: from github.com (hubbernetes-node-d77acae.va3-iad.github.net [10.48.139.20]) by smtp.github.com (Postfix) with ESMTPA id 3F83A8C09E3 for ; Tue, 20 Feb 2024 02:53:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1708426404; bh=d60bW1EWuMXZRXpLp8GVlfBxkXxBlwC5zR3PEGeDZI8=; h=Date:From:To:Subject:List-Unsubscribe:From; b=QCLc4c8a+luojEQGLM0Jm+B/8A5/p4mLK04HJtyzvykgRXlmIwNcGWpC4qkQZxO9E 8MEo9sqnh8SqIJX7+4QcHCM6Qu7PsNwmx8jtDG47aPguiiMpL88RFsGX2qkAegpgnO rEkz2cvpYteoNGnsPe48OYFqFQhJPvzH8F6kSC9k= Date: Tue, 20 Feb 2024 02:53:24 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 721290: Fix an issue where type column in dependents/depen... 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: 721290b1e9fbdb36fda66c76dd33ca973b27a47d https://github.com/pgadmin-org/pgadmin4/commit/721290b1e9fbdb36fda66c76dd33ca973b27a47d Author: Aditya Toshniwal Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M docs/en_US/release_notes_8_4.rst M web/pgadmin/misc/dependents/static/js/Dependents.jsx M web/pgadmin/misc/properties/CollectionNodeProperties.jsx Log Message: ----------- Fix an issue where type column in dependents/dependencies tab is not showing correct label. #7225 To unsubscribe from these emails, change your notification settings at https://github.com/pgadmin-org/pgadmin4/settings/notifications