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.toshni...@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(-)