pgAdmin 4 commit: Fixed the SQL help issue for EDB Postgres Advanced Se

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the SQL help issue for EDB Postgres Advanced Se
Date: 2020-05-22 08:42:07
Message-ID: E1jc3Fn-0002gP-Mi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the SQL help issue for EDB Postgres Advanced Server. Fixes #4099

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9b8902dfb85fe4a5642756dc510dee361579ec6a

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 1 +
.../browser/server_groups/servers/__init__.py | 5 +-
web/pgadmin/browser/static/js/browser.js | 2 +-
web/pgadmin/browser/static/js/node.js | 8 +--
web/pgadmin/help/__init__.py | 3 +-
web/pgadmin/help/static/js/help.js | 19 ++++---
web/regression/javascript/help/help_spec.js | 63 +++++++++++++++++-----
7 files changed, 75 insertions(+), 26 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-22 08:45:02 Re: Move pgAdmin git repo to Github?
Previous Message Dave Page 2020-05-22 08:21:20 Re: Move pgAdmin git repo to Github?