pgAdmin 4 commit: 1) Fixed an issue where a warning message was shown a - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed an issue where a warning message was shown a
Date
Msg-id E1nERo2-0007oj-MM@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7142] Warning msg shown after database creation/modification
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7142] Warning msg shown after database creation/modification