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 1rOG46-002k6H-9M for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 11:51:10 +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 1rOG45-001KTe-EZ for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 11:51:09 +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 1rOG45-001KTW-7P for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 11:51:09 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOG40-001BEJ-Pt for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 11:51:08 +0000 Received: from github.com (hubbernetes-node-7cceb8f.ac4-iad.github.net [10.52.146.42]) by smtp.github.com (Postfix) with ESMTPA id A8273701010 for ; Fri, 12 Jan 2024 03:51:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705060262; bh=+u2oUODW0YLGFOmVYCQUV8QIeqC5+0HZp0IRe0rQuGc=; h=Date:From:To:Subject:From; b=JMUso22UcrL2o6yCETNaZr/XxVx8u3ZbsEIJRTcSxfIDT1NWPNkOg0I8cKfSRMDtA bZ8IeVjiVaPjU/UzU8Ctz3J3nBrO0JzoV9nU7LUh0TXgFnUtslttULJqtWeg6IsJ77 OIO6QUftRnZCCGbwgdGzvrTd4IZFc1+VN+ZB5n6w= Date: Fri, 12 Jan 2024 03:51:02 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b28df5: Fixed an issue where multiple errors were showing ... 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: b28df5874e1723bad4a01215947f340bfcd7a89f https://github.com/pgadmin-org/pgadmin4/commit/b28df5874e1723bad4a01215947f340bfcd7a89f Author: Pravesh Sharma Date: 2024-01-12 (Fri, 12 Jan 2024) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/static/js/database.js M web/pgadmin/static/js/helpers/Notifier.jsx Log Message: ----------- Fixed an issue where multiple errors were showing if user does not have connect privileges. #7073