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 1rA7S0-004sAN-8w for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Dec 2023 11:49:24 +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 1rA7Ry-00GSKK-UA for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Dec 2023 11:49:22 +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 1rA7Ry-00GSKC-Le for pgadmin-hackers@lists.postgresql.org; Mon, 04 Dec 2023 11:49:22 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA7Rw-008k0a-D9 for pgadmin-hackers@lists.postgresql.org; Mon, 04 Dec 2023 11:49:21 +0000 Received: from github.com (hubbernetes-node-a0c4ff4.va3-iad.github.net [10.48.220.68]) by smtp.github.com (Postfix) with ESMTPA id 3BF7C40B85 for ; Mon, 4 Dec 2023 03:49:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701690559; bh=4iKEqDF5TwTCWX2TtGIKKDbAnytGxgPlSuCrwI8JIKI=; h=Date:From:To:Subject:From; b=PJ2NL2dC06pXGpnHz7uTSHzUxQ0kwhc+xK2Lyouxlqnb2ycDqZ98M9yZSogaO6Q5w aGUodnMf4h0pexSXdn0ThWVStAWSmQ9NzNR/5tXFUd7B0T585hBKRMWZ8dNlnSm5yv mdo1QWwR/KyRiQDUX6a0yI3xlbfKEiF6FThInMpA= Date: Mon, 04 Dec 2023 03:49:19 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e64f4f: 1. Fixed an issue where all rows and filter rows b... 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: e64f4f632d8bd830f1d4e7828b4d8139e539aa33 https://github.com/pgadmin-org/pgadmin4/commit/e64f4f632d8bd830f1d4e7828b4d8139e539aa33 Author: Pravesh Sharma Date: 2023-12-04 (Mon, 04 Dec 2023) Changed paths: M web/pgadmin/static/js/UtilityView.jsx M web/pgadmin/static/js/helpers/ObjectExplorerToolbar.jsx Log Message: ----------- 1. Fixed an issue where all rows and filter rows buttons of object explorer toolbar were disabled for views and other supported nodes. #7011 2. Fixed an issue where View/Edit data -> Filter dialog was not editable for catalog objects.