pgAdmin 4 commit: Allow some objects to be dragged/dropped into the Que

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow some objects to be dragged/dropped into the Que
Date: 2019-06-27 14:30:08
Message-ID: E1hgVPc-00053v-MM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow some objects to be dragged/dropped into the Query Tool to insert their signature into the query text. Fixes #4139

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=173b812b932aecede3dfe610977d8307fa5165bc
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/query_tool.rst | 5 +
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_10.rst | 15 +++
docs/en_US/tree_control.rst | 6 ++
web/pgadmin/browser/static/js/browser.js | 44 +++++++-
web/pgadmin/static/js/tree/tree.js | 85 +++++++++++++++
web/pgadmin/static/js/utils.js | 116 +++++++++++++++++++++
web/pgadmin/static/scss/_pgadmin.style.scss | 12 +++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 23 ++++
web/regression/javascript/pgadmin_utils_spec.js | 86 ++++++++++++++-
10 files changed, 390 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-27 14:30:39 Re: [pgAdmin][RM4139] Drag and drop object names in Query Editor from Browser Tree
Previous Message Dave Page 2019-06-27 14:20:18 Re: feature tests fix