[pgAdmin][RM-5404]: Show the login roles that are members of a group role be shown when examining a group role.

From: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM-5404]: Show the login roles that are members of a group role be shown when examining a group role.
Date: 2021-03-10 12:01:36
Message-ID: CAOBg0AM_a20FJzv_1+Kr2QtPC-4eaRj9S2ZrbYTkvGKtuQDkAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Please find the attached patch for RM-5404
<https://redmine.postgresql.org/issues/5404>: Show the login roles that are
members of a group role be shown when examining a group role.
Updated the existing "Role" label to "Member of" and added a new option
"Members" to show all the roles that are members of the current Role/Group.
Users can add or remove the roles from the list similar to the "Members of"
option.

Also added 2 UI fixes:
1. "Member of" (Roles in earlier implementation) and "Members" fields
(Membership section) should be read-only in the properties panel.
2. If the select2 controller is set to read-only its background color is
not getting set as per the theme color. (earlier it is set to '#eee' for
all themes.)

--
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/>
*Mob.No: +91-7798364578.*

Attachment Content-Type Size
RM-5404.patch application/octet-stream 171.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Steve Chavez 2021-03-10 18:42:23 CLI for Schema Diff
Previous Message Akshay Joshi 2021-03-09 13:19:21 Re: [pgAdmin][RM4784]: autovacuum and analyze scale factors can't be edited with more than 2 decimals