pgAdmin 4 commit: Allow the privileges control to work properly. Resolv - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow the privileges control to work properly. Resolv
Date
Msg-id E1aLu9L-0002Xu-CK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow the privileges control to work properly. Resolved few typos and
trivial bugs within the privilige control.

i.e.
- Do not show 'ALL' for only one privilege type.
- Show correct privilege label in PrivilegeEditor.
- Typo in TEMPORARY privilege.
- Added missing toJSON function call, while calling the parent's toJSON
  function.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=422bad4394549e9e378e9ae0a626e74fb97416ec
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/static/js/privilege.js   | 49 ++++++++++++++--------
1 file changed, 31 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved a typo in the frame javscript
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Model needs to update the parent collection object, t