pgAdmin 4 commit: Ensure that SQL help should work for EPAS servers. Fi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that SQL help should work for EPAS servers. Fi
Date: 2021-10-06 09:24:17
Message-ID: E1mY39t-00019D-Sm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that SQL help should work for EPAS servers. Fixes #6834

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_0.rst | 1 +
web/pgadmin/browser/__init__.py | 4 ---
.../schemas/packages/static/js/package.js | 1 +
.../schemas/synonyms/static/js/synonym.js | 1 +
.../static/js/compound_trigger.js | 3 +-
.../resource_groups/static/js/resource_group.js | 1 +
web/pgadmin/browser/static/js/browser.js | 6 +---
web/pgadmin/browser/static/js/node.js | 28 ++++++++-------
web/pgadmin/browser/static/js/node_view.jsx | 27 ++++++++-------
web/pgadmin/browser/templates/browser/js/utils.js | 1 -
web/pgadmin/help/__init__.py | 12 -------
web/pgadmin/help/static/js/help.js | 26 ++++++++++----
web/regression/javascript/help/help_spec.js | 40 ----------------------
13 files changed, 55 insertions(+), 96 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-06 09:24:37 Re: [pgAdmin][patch] Partition node related fixes
Previous Message Nikhil Mohite 2021-10-06 07:19:37 [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid