Fixed vulnerabilities and few design suspicions where two conditional structures are having the same implementation.
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df05efd7d9c5981d254f3fea3d025e14755af2db Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- .../databases/schemas/tables/indexes/__init__.py | 6 +++-- .../servers/databases/schemas/tables/utils.py | 6 ++--- .../server_groups/servers/static/js/privilege.js | 18 ++----------- .../tools/debugger/static/js/debugger_ui.js | 30 ++++------------------ web/pgadmin/tools/debugger/static/js/direct.js | 13 +--------- .../tools/schema_diff/static/js/schema_diff_ui.js | 10 ++------ .../user_management/static/js/user_management.js | 13 +++------- web/pgadmin/utils/session.py | 9 +++---- web/pgadmin/utils/sqlautocomplete/autocomplete.py | 9 +++---- 9 files changed, 28 insertions(+), 86 deletions(-)