pgAdmin 4 commit: [Grant Wizard] Added support for Materialized View in - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: [Grant Wizard] Added support for Materialized View in
Date
Msg-id E1b5XeY-0000Ci-HE@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
[Grant Wizard] Added support for Materialized View in the Grant Wizard.

Also - done proper view clean up when the wizard is cancelled.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4741992ad7ecd3ee81ec0848d04a81dd1a0ce250
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/css/wizard.css                 |  8 +++++++-
web/pgadmin/browser/static/js/wizard.js                   | 15 +++++++++++----
web/pgadmin/tools/grant_wizard/__init__.py                | 14 +++++++++++++-
.../templates/grant_wizard/js/grant_wizard.js             |  9 ++++++++-
.../templates/grant_wizard/pg/9.1_plus/acl.json           |  4 ----
.../grant_wizard/pg/9.1_plus/sql/grant_table.sql          |  2 +-
.../templates/grant_wizard/pg/9.1_plus/sql/view.sql       |  7 ++++---
.../templates/grant_wizard/ppas/9.1_plus/acl.json         |  4 ----
.../grant_wizard/ppas/9.1_plus/sql/grant_table.sql        |  2 +-
.../templates/grant_wizard/ppas/9.1_plus/sql/view.sql     | 10 ++++++----
10 files changed, 51 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: PATCH: To fix the issue when user disconnects database and object menu remains the same (pgAdmin4)
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Add support for Materialized View & Cancel button on dialog header in Grant Wizard