[pgadmin-org/pgadmin4] 180686: Allow changing cardinality notation in ERD to use ...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 180686: Allow changing cardinality notation in ERD to use ...
Date: 2023-02-10 04:57:28
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/696cb0-180686@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 1806866bf53108def2623e163d1ea8bb37bf637a
https://github.com/pgadmin-org/pgadmin4/commit/1806866bf53108def2623e163d1ea8bb37bf637a
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-02-10 (Fri, 10 Feb 2023)

Changed paths:
M docs/en_US/erd_tool.rst
M docs/en_US/images/erd_tool.png
M docs/en_US/images/erd_tool_toolbar.png
M web/pgadmin/tools/erd/__init__.py
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx
M web/pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx
M web/pgadmin/tools/erd/static/js/erd_tool/links/OneToManyLink.jsx
M web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx
M web/regression/javascript/erd/erd_core_spec.js

Log Message:
-----------
Allow changing cardinality notation in ERD to use Chen notation. #5832

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-02-10 04:58:51 [pgadmin-org/pgadmin4] 713ddb: Remove usage of jQuery in pgAdmin.
Previous Message Akshay Joshi 2023-02-10 04:56:14 [pgadmin-org/pgadmin4] 696cb0: Ensure that Grant column permission to a view is v...