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 1qiE9z-005axa-4H for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Sep 2023 13:19:31 +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 1qiE9x-000qw3-Gf for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Sep 2023 13:19:29 +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 1qiE9x-000qvc-7K for pgadmin-hackers@lists.postgresql.org; Mon, 18 Sep 2023 13:19:29 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qiE9u-005G7n-An for pgadmin-hackers@lists.postgresql.org; Mon, 18 Sep 2023 13:19:27 +0000 Received: from github.com (hubbernetes-node-fd612dd.ash1-iad.github.net [10.56.155.23]) by smtp.github.com (Postfix) with ESMTPA id 4A22A600DA8 for ; Mon, 18 Sep 2023 06:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695043165; bh=1WqNHkf9a7welrBjoXBqr8Cm1A5MHXKAX54BS9hhtbg=; h=Date:From:To:Subject:From; b=bbIeBCMTtx/5/hARq98RkHcIqK6Nu0XWHlCskql6Ck1KhWQxEC7xWyGSB3f2selT4 W1RHHUVmu0d4Vc0lN79bAcwK2I29JI5yVwzIX595OxIJPyiDrm+61tsMxFd13kYs8o lxdtjn34pajY66Wb9Oq+T49+ZTRYdaGglq8sczYs= Date: Mon, 18 Sep 2023 06:19:25 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 325885: Access method for partitions not visible when open... 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: 32588514254c93c808fee2b13ced43a14ed21748 https://github.com/pgadmin-org/pgadmin4/commit/32588514254c93c808fee2b13ced43a14ed21748 Author: Pravesh Sharma Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.ui.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py Log Message: ----------- Access method for partitions not visible when opening table properties. #6378