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

This commit is contained in:
Nikhil Mohite
2022-03-24 16:08:13 +05:30
committed by Akshay Joshi
parent 473afd950c
commit 0b4a874f30
6 changed files with 27 additions and 8 deletions

View File

@@ -25,3 +25,4 @@ Bug fixes
| `Issue #7238 <https://redmine.postgresql.org/issues/7238>`_ - Fixed an issue where foreign key is not removed even if the referred table is removed in ERD.
| `Issue #7257 <https://redmine.postgresql.org/issues/7257>`_ - Support running the container under OpenShift with alternate UIDs.
| `Issue #7261 <https://redmine.postgresql.org/issues/7261>`_ - Correct typo in the documentation.
| `Issue #7267 <https://redmine.postgresql.org/issues/7267>`_ - Fixed an issue where unexpected error messages are displayed when users change the language via preferences.