pgAdmin 4 commit: Fixed an issue where user details are not shown when

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 user details are not shown when
Date: 2021-10-29 10:57:02
Message-ID: E1mgPZG-0002fF-Ns@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where user details are not shown when the non-admin user tries
to connect to the shared server. Fixes #6940

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_2.rst | 1 +
web/pgadmin/browser/server_groups/servers/static/js/server.js | 4 +---
web/pgadmin/browser/server_groups/servers/static/js/server.ui.js | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-29 10:57:27 Re: [pgAdmin][RM6940]: Pop for user details is not shown when non-admin user tries to connect shared server.
Previous Message Pradip Parkale 2021-10-29 07:35:36 [pgAdmin][RM6940]: Pop for user details is not shown when non-admin user tries to connect shared server.