Thread: pgAdmin 4 commit: Added Grant Wizard option under Package node. Fixes #
Added Grant Wizard option under Package node. Fixes #1591 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac8e8961ce6f95e0515860c87036aa8c8daba0d7 Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_5_4.rst | 1 + web/pgadmin/tools/grant_wizard/__init__.py | 50 +++++++++++++++++++++- .../tools/grant_wizard/static/js/grant_wizard.js | 3 ++ .../tools/grant_wizard/static/js/menu_utils.js | 1 + .../grant_wizard/ppas/12_plus/sql/package.sql | 15 +++++++ .../templates/grant_wizard/ppas/9.1_plus/acl.json | 4 ++ .../ppas/9.1_plus/sql/grant_package.sql | 9 ++++ .../grant_wizard/ppas/9.1_plus/sql/package.sql | 14 ++++++ .../grant_wizard/tests/grant_wizard_test_data.json | 32 ++++++++++++++ .../tests/test_grant_wizard_get_sql.py | 37 +++++++++++++--- 10 files changed, 159 insertions(+), 7 deletions(-)