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 1qqULq-00AX3F-Tq for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 08:13:55 +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 1qqULo-00E6iI-Aa for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 08:13:53 +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 1qqULo-00E6iA-1u for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 08:13:52 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqULl-001QjM-FF for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 08:13:52 +0000 Received: from github.com (hubbernetes-node-c92512d.va3-iad.github.net [10.48.141.14]) by smtp.github.com (Postfix) with ESMTPA id B1C00412EE for ; Wed, 11 Oct 2023 01:13:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697012027; bh=LjJOPq2icsgklga00ZKfqna2BHesQbzctX1TkqHE6Y0=; h=Date:From:To:Subject:From; b=kfOLNUe1+irV3p8yBTUCdAF5bg9WtqvxeLQYJybt/rZ4UtKmDWLoqcTtRQrIh/alh Tw0xG8vM1Ouv6paOES+8rPdrHfx0+Iy5qSozj4a+TXg1AYqYzTJVM2fF9i/lQQs5Eo /9ByYDthbyAoHOouem3EN//iZ0G/TVDqXcbV+JUU= Date: Wed, 11 Oct 2023 01:13:47 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e22492: Fixed an issue where non-super PostgreSQL users ar... 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: e22492ad5147127eaa35b7d04cd628d33ae54320 https://github.com/pgadmin-org/pgadmin4/commit/e22492ad5147127eaa35b7d04cd628d33ae54320 Author: Aditya Toshniwal Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/pgadmin/dashboard/static/js/Dashboard.jsx M web/pgadmin/static/js/SchemaView/FormView.jsx Log Message: ----------- Fixed an issue where non-super PostgreSQL users are not able to terminate their own connections from dashboard. #6836