Fixed the issue of renaming the database by another user. Fixes #4203 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=658a2de6190feb656d4e8061bc4bf5d4d2481c70 Author: Rahul Shirsat <rahul.shir...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_5_4.rst | 1 + web/pgadmin/browser/static/js/toolbar.js | 26 +- .../static/js/sqleditor/call_render_after_poll.js | 4 +- web/pgadmin/static/scss/_webcabin.pgadmin.scss | 2 +- .../datagrid/static/js/datagrid_panel_title.js | 20 + web/pgadmin/tools/datagrid/static/js/show_data.js | 5 +- web/pgadmin/tools/debugger/__init__.py | 5 +- web/pgadmin/tools/debugger/static/js/debugger.js | 46 +- web/pgadmin/tools/psql/__init__.py | 57 +- web/pgadmin/tools/psql/static/js/psql_module.js | 18 +- .../tools/psql/templates/editor_template.html | 1 + web/pgadmin/tools/psql/tests/test_panel.py | 6 +- web/pgadmin/tools/sqleditor/__init__.py | 3 + web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 64 ++ .../sqleditor/call_render_after_poll_spec.js | 9 + web/yarn.lock | 850 ++++++++++----------- 16 files changed, 642 insertions(+), 475 deletions(-)