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 <[email protected]> Modified Files -------------- web/pgadmin/browser/utils.py | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
