pgAdmin 4 commit: Fixed an issue in the search object when searching in

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 in the search object when searching in
Date: 2021-06-23 07:18:27
Message-ID: E1lvx9X-0002KE-Jd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue in the search object when searching in 'all types' or 'subscription' if the user doesn't have access to the subscription. Fixes #6448

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_5.rst | 1 +
.../search_objects/sql/pg/10_plus/search.sql | 2 ++
.../search_objects/sql/pg/11_plus/search.sql | 3 ++-
.../search_objects/sql/ppas/10_plus/search.sql | 2 ++
.../search_objects/sql/ppas/12_plus/search.sql | 2 ++
web/pgadmin/tools/search_objects/utils.py | 21 ++++++++++++++++++++-
6 files changed, 29 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-23 07:22:00 Re: [pgAdmin][RM-6505]: Changing connection using the <New Connection> Drop Down has lost default "maintenance" database auto-select functionality and tab-through functionality.
Previous Message Akshay Joshi 2021-06-23 06:43:55 Re: [pgAdmin][RM-6541]: Setting 'Open in new browser tab' is missing.