pgAdmin 4 commit: Fixed an issue where an operation error message pop u - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where an operation error message pop u
Date
Msg-id E1n27hg-0003wt-AM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where an operation error message pop up showing the database object's name incorrectly. Fixes #7078

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=191e2b624243651cd1e1cdec7719ef82993095c8
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_4.rst                                  | 1 +
.../browser/server_groups/servers/databases/static/js/database.js | 4 ++--
web/pgadmin/browser/static/js/error.js                            | 2 +-
web/pgadmin/browser/static/js/node.js                             | 2 +-
web/pgadmin/static/js/helpers/Notifier.jsx                        | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js                | 8 ++++----
6 files changed, 10 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-7078]: Operation error message pop up shown database objects name incorrectly.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-7078]: Operation error message pop up shown database objects name incorrectly.