Fix Query tool issues: 1. Warning/Confirm dialogs should be inside the query tool. 2. The Help button in View/Edit data should open the corresponding help page. 3. Disable execute options when query tool in transaction. 4. Grid not loading more than 10000 rows. react-data-grid issue, PR sent. Use a fork till then. 5. NOTICE messages should not be part of Notifier success popups.
Fixes #7350 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1135821870d0a3e9e9796483882f9aa0b746295a Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_6_9.rst | 2 +- web/package.json | 2 +- web/pgadmin/static/js/SchemaView/index.jsx | 8 +++++--- .../static/js/components/QueryToolDataGrid/index.jsx | 5 ++++- .../js/components/dialogs/NewConnectionDialog.jsx | 1 + .../static/js/components/sections/MainToolBar.jsx | 7 +++++-- .../static/js/components/sections/ResultSet.jsx | 19 +++++++++++-------- web/yarn.lock | 18 ++++++------------ 8 files changed, 34 insertions(+), 28 deletions(-)