pgAdmin 4 commit: Added support to rename query tool and debugger tabs.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to rename query tool and debugger tabs.
Date: 2020-10-23 11:47:07
Message-ID: E1kVvXH-0004kE-Vh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support to rename query tool and debugger tabs. Fixes #4230
Fixed an issue where non-closeable tabs are getting closed. Fixes #5923

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c86a3d64fce49ed2e14c8f65b86252ac0fb5afd9
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst | 2 ++
web/package.json | 2 +-
web/pgadmin/browser/static/js/frame.js | 2 ++
web/pgadmin/tools/datagrid/static/js/datagrid.js | 31 +++++++++++++++++++++-
.../datagrid/static/js/datagrid_panel_title.js | 9 +++++--
web/pgadmin/tools/datagrid/static/js/show_data.js | 10 +++++--
web/pgadmin/tools/debugger/static/js/debugger.js | 15 +++++++++++
.../tools/debugger/static/js/debugger_ui.js | 15 +++++++++++
.../tools/debugger/static/js/debugger_utils.js | 10 +++++--
web/yarn.lock | 14 ++--------
10 files changed, 90 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-10-23 11:47:41 Re: [pgAdmin][RM5842]: Query history shown out of order
Previous Message Rahul Shirsat 2020-10-23 10:05:00 Re: [pgAdmin][RM3318] Download Backup Files