pgAdmin 4 commit: Fixed an issue with the error message being displayed

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 with the error message being displayed
Date: 2022-08-05 08:41:28
Message-ID: E1oJstc-0006Qa-S6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue with the error message being displayed at the right place for Azure deployments. Fixes #7497

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4c6e7d4f4f7d0a7b6501fdb5c767c3e76dfa9a5e
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_13.rst | 1 +
web/pgadmin/misc/cloud/static/js/aws.js | 11 +++++++++++
web/pgadmin/misc/cloud/static/js/azure.js | 12 ++++++++++++
3 files changed, 24 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-05 08:42:14 Re: [patch] -Bug #7497 - [Azure PostgreSQL] Authentication message is chopped-off
Previous Message Yogesh Mahajan 2022-08-05 06:50:09 [patch] -Bug #7497 - [Azure PostgreSQL] Authentication message is chopped-off