mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow editing of the WITH ADMIN option of role membership. Fixes #2086
This commit is contained in:
parent
3743c6e86e
commit
ec5bc23dfd
@ -483,6 +483,7 @@ define('pgadmin.node.role', [
|
||||
mode: ['properties', 'edit', 'create'],
|
||||
control: RoleMembersControl, model: pgBrowser.Node.Model.extend({
|
||||
keys: ['role'],
|
||||
idAttribute: 'role',
|
||||
defaults: {
|
||||
role: undefined,
|
||||
admin: false
|
||||
|
Loading…
Reference in New Issue
Block a user