pgAdmin 4 commit: Fixed an issue while downloading ERD images in Safari - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue while downloading ERD images in Safari
Date
Msg-id E1l5Nb2-0006l8-K3@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue while downloading ERD images in Safari and Firefox. Fixes #6177

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0271c76560da80431b65a5d273810229095468d
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst                   |  1 +
.../databases/schemas/static/img/schema.svg        |  2 +-
.../schemas/tables/columns/static/img/column.svg   |  2 +-
.../foreign_key/static/img/foreign_key.svg         |  2 +-
.../index_constraint/static/img/primary_key.svg    |  2 +-
.../databases/schemas/tables/static/img/table.svg  |  2 +-
.../tools/erd/static/js/erd_tool/ERDCore.js        |  2 +-
.../erd/static/js/erd_tool/links/OneToManyLink.jsx |  2 +-
.../erd/static/js/erd_tool/nodes/TableNode.jsx     | 31 ++++++++++++++++----
.../js/erd_tool/ui_components/BodyWidget.jsx       | 34 ++++++++++++++++++++++
web/pgadmin/tools/erd/static/scss/_erd.scss        | 17 ++---------
web/regression/javascript/erd/erd_core_spec.js     |  2 +-
web/regression/javascript/erd/table_node_spec.js   |  7 -----
web/webpack.test.config.js                         | 29 ++++++++++++++++++
14 files changed, 100 insertions(+), 35 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6177] ERD download image related fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6177] ERD download image related fixes