pgAdmin 4 commit: Fixed an issue where the search object module unable

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 the search object module unable
Date: 2020-04-20 13:46:50
Message-ID: E1jQWl8-0004so-S3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the search object module unable to locate the object in the browser tree. Fixes #5396

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7361470b64a2db9d9349e7a71da636d651e38389
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../static/js/search_objects_dialog_wrapper.js | 11 +++-
.../search_objects/sql/pg/10_plus/search.sql | 45 +++++++++----
.../search_objects/sql/pg/11_plus/search.sql | 45 +++++++++----
.../search_objects/sql/pg/default/search.sql | 18 ++---
.../search_objects/sql/ppas/10_plus/search.sql | 76 ++++++++++++++++------
.../search_objects/sql/ppas/12_plus/search.sql | 60 +++++++++++------
.../search_objects/sql/ppas/default/search.sql | 56 ++++++++--------
.../search_objects_dialog_wrapper_spec.js | 6 +-
9 files changed, 212 insertions(+), 106 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-20 13:47:59 Re: pgAdmin 4 - next gettext usage fixes
Previous Message Neel Patel 2020-04-20 13:28:56 Re: RM4292 - Dark mode support for Windows/macOS