pgAdmin 4 commit: Fixed an issue while creating a new database throwing

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 while creating a new database throwing
Date: 2022-04-22 10:28:23
Message-ID: E1nhqWV-00039q-Tt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue while creating a new database throwing an error that failed to retrieve data. Fixes #7322

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab8e9a8ea5ac2ef60b08c808f559349d37cd2e17
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst | 1 +
web/pgadmin/browser/static/js/panel.js | 2 +-
web/pgadmin/browser/static/js/panel_view.jsx | 2 +
.../misc/properties/CollectionNodeProperties.jsx | 8 +++-
web/pgadmin/misc/sql/static/js/SQL.jsx | 48 +++++++++++-----------
.../misc/statistics/static/js/Statistics.jsx | 6 +--
6 files changed, 37 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-22 10:29:58 Re: [pgAdmin][RM7322] Error Message displayed "Request failed with status code 503" if create new database on Windows only
Previous Message Dave Page 2022-04-22 10:27:36 Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source