pgAdmin 4 commit: Fixed an issue where unexpected error messages are di

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where unexpected error messages are di
Date: 2022-03-24 10:38:42
Message-ID: E1nXKra-0001hu-6m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where unexpected error messages are displayed when users change the language via preferences. Fixes #7267

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0b4a874f30f7ed391af0024a88b0d139ce8df859
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_8.rst | 1 +
.../server_groups/servers/static/js/binary_path.ui.js | 8 +++++++-
.../static/js/components/PreferencesComponent.jsx | 13 +++++++++----
.../preferences/static/js/components/PreferencesTree.jsx | 2 +-
web/pgadmin/static/js/components/FormComponents.jsx | 8 +++++++-
web/pgadmin/static/js/helpers/ModalProvider.jsx | 3 ++-
6 files changed, 27 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-24 10:38:59 Re: [pgAdmin][RM-7267]: Unexpected error messages are displayed when users change the language via preferences
Previous Message Nikhil Mohite 2022-03-24 09:32:58 [pgAdmin][RM-7267]: Unexpected error messages are displayed when users change the language via preferences