Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. Fixes #4099
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce073a28562a3045ac86ae65eefe8888eed3b65f Modified Files -------------- docs/en_US/release_notes_4_4.rst | 1 + .../servers/pgagent/steps/static/js/pga_jobstep.js | 2 +- web/pgadmin/browser/static/js/browser.js | 20 +++----- web/pgadmin/browser/static/js/node.js | 27 +++++------ web/pgadmin/help/__init__.py | 2 +- web/pgadmin/help/static/js/help.js | 27 +++++++++++ web/regression/javascript/help/help_spec.js | 56 ++++++++++++++++++++++ web/webpack.shim.js | 1 + 8 files changed, 106 insertions(+), 30 deletions(-)