Thread: pgAdmin 4 commit: As 'show_system_objects' has been implemented, I have

pgAdmin 4 commit: As 'show_system_objects' has been implemented, I have

From
Dave Page
Date:
As 'show_system_objects' has been implemented, I have fixed an issue for dependencies/dependents.
With previous implementation each node will have to send the values of 'show_system_objects'
while calling get_dependencies/get_dependents function. Now I have changed the logic to use the
value directly into the base class functions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=218cc3ec0c553f91a2fdc9262f00bbd9604af051
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/utils.py | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)