pgAdmin 4 commit: Fixed an error while saving changes to the ERD table.

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 error while saving changes to the ERD table.
Date: 2022-09-19 10:51:53
Message-ID: E1oaENV-0003sS-Nx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an error while saving changes to the ERD table. Fixes #5342

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_14.rst | 1 +
web/pgadmin/static/js/components/Buttons.jsx | 11 +++++++++-
web/pgadmin/static/js/components/CodeMirror.jsx | 24 ++++++++++++++--------
.../tools/erd/static/js/erd_tool/ERDCore.js | 9 +++++---
4 files changed, 32 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-09-19 10:54:14 Re: [pgAdmin4][GI5342] ERD tool JS error on save table
Previous Message Aditya Toshniwal 2022-09-19 10:28:06 [pgAdmin4][GI5342] ERD tool JS error on save table