| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: 1) Fixed an issue where Zoom to fit button only works |
| Date: | 2021-01-29 06:28:12 |
| Message-ID: | E1l5NGO-0006C1-Lq@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
1) Fixed an issue where Zoom to fit button only works if the diagram is larger than the canvas. Fixes #6163
2) Ensure that the diagram should not vanish entirely if zooming out too far in ERD. Fixes #6164
3) Fixed an issue where Generate SQL displayed twice in the ERD tool. Fixes #6179
4) Updated missing documentation for the 'Download Image' option in ERD. Fixes #6180
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48e257e5af0831246e4d3006755c653640afb658
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/erd_tool.rst | 3 +++
docs/en_US/images/erd_tool_toolbar.png | Bin 20928 -> 29785 bytes
docs/en_US/release_notes_5_0.rst | 9 +++++++++
web/pgadmin/tools/erd/__init__.py | 18 ++++++++++++++++++
web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js | 7 ++++---
.../static/js/erd_tool/ui_components/BodyWidget.jsx | 11 ++++++++---
web/regression/javascript/erd/erd_core_spec.js | 4 ++--
7 files changed, 44 insertions(+), 8 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2021-01-29 06:28:50 | Re: [patch][pgAdmin] Multiple ERD related fixes |
| Previous Message | Akshay Joshi | 2021-01-29 06:27:52 | Re: [pgAdmin][RM6177] ERD download image related fixes |