pgAdmin 4 commit: Allow drag and drop functionality for all the nodes u

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow drag and drop functionality for all the nodes u
Date: 2019-12-02 04:05:39
Message-ID: E1ibcxv-00025C-6N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow drag and drop functionality for all the nodes under the database node, excluding collection nodes. Fixes #4435

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=623ff4f91f96d8f981b28343ce315881f5d8290f
Author: Fahar Abbas <fahar(dot)abbas(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-02 04:06:19 Re: [Feature #4435] Feature request for Drag and Drop
Previous Message Akshay Joshi 2019-11-28 13:20:36 pgAdmin 4 commit: 1) Refactored code of columns node. Fixes #4938.