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 1rXyQC-00DaGh-SK for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Feb 2024 07:02:09 +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 1rXyQC-00Feh5-0r for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Feb 2024 07:02:08 +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 1rXyQB-00Fegx-OH for pgadmin-hackers@lists.postgresql.org; Thu, 08 Feb 2024 07:02:07 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rXyQ9-005fYz-2v for pgadmin-hackers@lists.postgresql.org; Thu, 08 Feb 2024 07:02:06 +0000 Received: from github.com (hubbernetes-node-9b63493.va3-iad.github.net [10.48.140.40]) by smtp.github.com (Postfix) with ESMTPA id CC848E1113 for ; Wed, 7 Feb 2024 23:02:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1707375723; bh=aZcvmqcz1yfE4oAZ+zvnf1ITICfpeSc70zosx3RCnO0=; h=Date:From:To:Subject:From; b=gOgp7BTncUmzGovejZpCuZIiVtp9/kROi/53ucjDzsaTtGi1b3izlf3f0SeCppFas Kr4A0xRkpWbWN53k0Pnc8S4L3fkK4ZH4A486aE+17bSW1jKlUGELQ2Cy59Nr9YU4ts 4R1pARg2+rFrRzv5mqJ0uE4xyafzjnMd2qLGPcAs= Date: Wed, 07 Feb 2024 23:02:03 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c92e9c: Fixed all broken submenus of the Help menu due to ... 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: c92e9c2953a7d18447e0b10a8f5454232531707c https://github.com/pgadmin-org/pgadmin4/commit/c92e9c2953a7d18447e0b10a8f5454232531707c Author: Akshay Joshi Date: 2024-02-08 (Thu, 08 Feb 2024) Changed paths: M docs/en_US/release_notes_8_3.rst M web/pgadmin/browser/static/js/MainMenuFactory.js Log Message: ----------- Fixed all broken submenus of the Help menu due to the SonarQube fix.