pgAdmin 4 commit: 1) Fixed an issue where the Save button is disabled d

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 the Save button is disabled d
Date: 2021-01-25 14:16:21
Message-ID: E1l42fF-0003un-Jg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where the Save button is disabled due to the existing table check in ERD.
2) Fix warnings given by webpack.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/scss/resources/_default.variables.scss | 2 +-
.../scss/resources/high_contrast/_theme.variables.scss | 2 --
.../tools/erd/static/js/erd_tool/dialogs/TableDialog.js | 12 ++++++++----
.../erd/static/js/erd_tool/ui_components/BodyWidget.jsx | 10 +++++-----
.../javascript/erd/ui_components/body_widget_spec.js | 4 ++--
5 files changed, 16 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-25 14:16:49 Re: [pgAdmin4][Patch]: Minor changes to Kerberos Documentation
Previous Message Aditya Toshniwal 2021-01-25 14:08:43 Re: [pgAdmin][RM1802] ERD Tool (Beta)