pgAdmin 4 commit: Fixed an issue where an operation error message pop u

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 an operation error message pop u
Date: 2021-12-28 08:19:28
Message-ID: E1n27hg-0003wt-AM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-28 08:20:00 Re: [pgAdmin][RM-7078]: Operation error message pop up shown database objects name incorrectly.
Previous Message Nikhil Mohite 2021-12-27 09:57:41 [pgAdmin][RM-7078]: Operation error message pop up shown database objects name incorrectly.