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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Fixed an issue where a warning message was shown a
Дата
Msg-id E1nERo2-0007oj-MM@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM7142] Warning msg shown after database creation/modification
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM7142] Warning msg shown after database creation/modification