pgAdmin 4 commit: Fixed an issue while downloading ERD images in Safari

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 while downloading ERD images in Safari
Date: 2021-01-29 06:49:32
Message-ID: E1l5Nb2-0006l8-K3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-29 06:50:18 Re: [pgAdmin][RM6177] ERD download image related fixes
Previous Message Aditya Toshniwal 2021-01-29 06:35:19 Re: [pgAdmin][RM6177] ERD download image related fixes