pgAdmin 4 commit: Fixed an issue where the downloaded ERD diagram was 0

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the downloaded ERD diagram was 0
Date: 2022-04-07 09:50:01
Message-ID: E1ncOm9-00044w-De@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the downloaded ERD diagram was 0 bytes. Fixes #7187

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf8e569bde0dd2b2ce6bf248a209a01a7523a7f4
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_6_9.rst | 20 ++++++++++++++++++++
.../static/js/erd_tool/ui_components/BodyWidget.jsx | 21 +++++++++++++++++++--
3 files changed, 40 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-07 09:50:16 Re: [pgAdmin][RM7187] ERD Image png 0 bytes
Previous Message Aditya Toshniwal 2022-04-07 09:42:23 Re: [pgAdmin][RM6131] Port query tool to React