pgAdmin 4 commit: 1) Fixed an issue where a warning message was shown a

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 a warning message was shown a
Date: 2022-01-31 08:12:58
Message-ID: E1nERo2-0007oj-MM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where a warning message was shown after database creation/modification. Fixes #7142.
2) Added error boundary to schema view which will improve the exception stack trace details.
3) Fixed Jasmine test cases.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
.../servers/databases/static/js/database.ui.js | 3 +-
web/pgadmin/static/js/SchemaView/index.jsx | 9 +++--
.../static/js/components/FormComponents.jsx | 3 +-
web/pgadmin/static/js/helpers/ErrorBoundary.jsx | 38 ++++++++++++++++++++++
5 files changed, 50 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-31 08:14:43 Re: [pgAdmin][RM7142] Warning msg shown after database creation/modification
Previous Message Aditya Toshniwal 2022-01-31 07:28:39 [pgAdmin][RM7142] Warning msg shown after database creation/modification