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 1qo1OO-00CoIg-Je for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 12:54:20 +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 1qo1OL-00F2GT-83 for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 12:54:17 +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 1qo1OK-00F2GL-WF for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 12:54:17 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo1OH-0091hf-K9 for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 12:54:15 +0000 Received: from github.com (hubbernetes-node-5d2eb2e.ac4-iad.github.net [10.52.132.26]) by smtp.github.com (Postfix) with ESMTPA id CF4931E0CC4 for ; Wed, 4 Oct 2023 05:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696424051; bh=kCtzplVlketkS3jtP3CKu27NhYRLhRI0tsalE+h3W1Y=; h=Date:From:To:Subject:From; b=FKMMgxHn7nHcbE7ee8u9//zVa2w3ZHV77rjCNGni0//r00OTj9MZGwKCf6QZYsQBa GVZ7NLyrWE3P6WHxa55BiMdsqSVjU+kiaN3q/bcfj8pF6YOT0KE2U50lhs/pC84KOp 50d42j4uZbHUTroMsq7StkQsp18Q7BzWwEin41Lg= Date: Wed, 04 Oct 2023 05:54:11 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5d2ce1: Fixed an issue in ERD tool where the downloaded im... 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: 5d2ce142ddab6e8a554a75bcce1017f0729d3fda https://github.com/pgadmin-org/pgadmin4/commit/5d2ce142ddab6e8a554a75bcce1017f0729d3fda Author: Aditya Toshniwal Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/package.json M web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx M web/yarn.lock Log Message: ----------- Fixed an issue in ERD tool where the downloaded images have a few links cut. #4995