pgAdmin 4 commit: Allow selection of 'PUBLIC' as a role in privileges. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow selection of 'PUBLIC' as a role in privileges.
Date
Msg-id E1bNKZV-0005dt-LN@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow selection of 'PUBLIC' as a role in privileges. Fixes #1416

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f79ca32e451b2f68f42d14a14620c02784b3249f
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../tables/column/templates/column/macros/privilege.macros   |  6 +++---
.../schemas/tables/templates/column/macros/privilege.macros  |  6 +++---
.../schemas/templates/macros/functions/privilege.macros      |  6 +++---
.../schemas/templates/macros/schemas/privilege.macros        |  6 +++---
.../servers/templates/macros/default_privilege.macros        | 12 ++++++------
.../server_groups/servers/templates/macros/privilege.macros  |  6 +++---
web/pgadmin/browser/server_groups/servers/utils.py           |  7 ++++++-
7 files changed, 27 insertions(+), 22 deletions(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4][Patch]: RM#1432 - File Browser - File does not exist error
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix issue using PUBLIC as role (pgAdmin4)