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 1rOFZ5-002fvk-4V for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 11:19:07 +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 1rOFZ4-001FST-CU for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 11:19:06 +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 1rOFZ3-001FSK-Uv for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 11:19:06 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOFZ1-001ASo-0y for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 11:19:04 +0000 Received: from github.com (hubbernetes-node-feaa3cb.ash1-iad.github.net [10.56.165.39]) by smtp.github.com (Postfix) with ESMTPA id B3221340A07 for ; Fri, 12 Jan 2024 03:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705058341; bh=xEKzuhZnwPNTyL0fK+4CpsqHPXIMKoxl0ufAVD4H01E=; h=Date:From:To:Subject:From; b=Ldc5Y7nD0GQoHi8yd+CQKqL9iZcHDCRUt0c+s+K4e1Sy5wx3Ji6MdaOOt3YwvBfS0 HUFAoSR8EMTx2XMnT6hDioch7DUlnhtDKIfNIVb+20nOhCuBaiimX4bZRS2x7/u3ih ClmUNc3Jvir/DzR/qFy0LJiElRCvtpo+2gA8uggc= Date: Fri, 12 Jan 2024 03:19:01 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 701085: Fixed an issue where group membership information ... 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: 701085adaf836567ba54caf5e061a67d6547d41c https://github.com/pgadmin-org/pgadmin4/commit/701085adaf836567ba54caf5e061a67d6547d41c Author: Pravesh Sharma Date: 2024-01-12 (Fri, 12 Jan 2024) Changed paths: M web/pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js Log Message: ----------- Fixed an issue where group membership information was displayed incorrectly. #7085