Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6949b41fb96e71aca2edc7f9ff5e7a72e8baae8c https://github.com/pgadmin-org/pgadmin4/commit/6949b41fb96e71aca2edc7f9ff5e7a72e8baae8c Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths: M docs/en_US/release_notes_7_2.rst M web/pgadmin/static/js/SchemaView/DataGridView.jsx M web/pgadmin/static/js/SchemaView/FormView.jsx M web/pgadmin/static/js/SchemaView/index.jsx M web/pgadmin/tools/user_management/static/js/UserManagementDialog.jsx Log Message: ----------- Ensure that a new row should be added on top in the User Management dialog. Fixes #5817