pgAdmin 4 commit: Added Grant Wizard option under Package node. Fixes # - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added Grant Wizard option under Package node. Fixes #
Date
Msg-id E1ltpGa-0007Bj-Ld@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added Grant Wizard option under Package node. Fixes #1591

Branches
--------
React_Porting
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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - Test cases failure fix
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.