Thread: pgAdmin 4 commit: Added support to rename query tool and debugger tabs.
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.mohite@enterprisedb.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(-)