pgAdmin 4 commit: 1) Fixed linter error.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed linter error.
Date: 2022-04-26 12:53:39
Message-ID: E1njKhH-00015z-0R@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed linter error.
2) Fixed an issue where a password popup will appear on disconnecting from the server.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d91cca14deeb3fc81006939e325827f600c9b8e
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/package.json | 2 +-
.../browser/server_groups/servers/static/js/server.js | 2 +-
web/pgadmin/misc/cloud/static/js/cloud_components.jsx | 2 +-
.../misc/cloud/static/js/cloud_db_details_schema.ui.js | 14 +++++++-------
web/pgadmin/static/js/tree/tree.js | 2 +-
web/yarn.lock | 4 ++--
6 files changed, 13 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-26 12:54:03 Re: [pgAdmin4][Patch] - Server Disconnect Issue
Previous Message Khushboo Vashi 2022-04-26 12:03:31 [pgAdmin4][Patch] - Linter Fixes