[pgAdmin4][Patch]: Add support for Materialized View & Cancel button on dialog header in Grant Wizard

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Add support for Materialized View & Cancel button on dialog header in Grant Wizard
Date: 2016-05-25 08:36:50
Message-ID: CAM5-9D_=0saq+yaCEjJMzh+2M-THH6xt+bRD0p_5xdG_vqfPig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

Please find attached patch for the supported added for following:
1. Adds support for Materialized Views in Grant Wizard.
2. Modified wizard template defined in wizard.js to add support for cancel
button in wizard header.
*Issue: *When the wizard is closed, it should cleanup the Backbone Models
& destroy the Backbone View used, but it wasn't cleaning up with default
header cancel button provided by alertifyjs.

Also, Removed acl for view in acls.json as views are also table and acls
for table is already defined.

Please review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
add_support_for_materialized_views.patch application/octet-stream 11.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-05-25 10:18:07 pgAdmin 4 commit: Dialog default sizing.
Previous Message Ashesh Vashi 2016-05-25 08:16:46 pgAdmin 4 commit: Role can update the catalog is not support from PG >=