Port change ownership dialog to React. Fixes #7590 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53887c32bf1f76c6b144018b6559402e57e0eb9b Modified Files -------------- docs/en_US/images/password.png | Bin 38311 -> 43346 bytes docs/en_US/release_notes_6_13.rst | 1 + .../browser/server_groups/servers/__init__.py | 2 +- .../servers/databases/static/js/database.js | 2 +- .../server_groups/servers/static/js/server.js | 2 +- web/pgadmin/browser/static/js/browser.js | 2 +- .../static/js/Dialogs/ChangeOwnershipContent.jsx | 88 ++++++ .../js/Dialogs}/ChangePassowrdContent.jsx | 5 +- .../js/Dialogs}/ConnectServerContent.jsx | 6 +- .../js/Dialogs}/MasterPassowrdContent.jsx | 6 +- .../js/Dialogs}/NamedRestoreContent.jsx | 6 +- .../js/Dialogs/index.jsx} | 211 ++++++++------ web/pgadmin/static/js/helpers/ModalProvider.jsx | 4 +- .../tools/schema_diff/static/js/schema_diff_ui.js | 2 +- .../static/js/components/QueryToolComponent.jsx | 6 +- .../js/components/dialogs/NewConnectionDialog.jsx | 2 +- web/pgadmin/tools/user_management/__init__.py | 3 - .../user_management/static/js/user_management.js | 304 ++------------------- 18 files changed, 263 insertions(+), 389 deletions(-)