pgAdmin III commit: Fix two bugs in default security panel

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix two bugs in default security panel
Date: 2011-08-30 07:11:11
Message-ID: E1QyITX-0001Du-Ea@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix two bugs in default security panel

1. When a user clicks on an item in the list, there was no update on the combobox
and the checkboxes.

2. This one was reported by Kashif Zeeshan:
"On Privileges Tab Page when a role is added without Privileges (click on
Add/Change? button without selecting any check box in Privileges section) then
one row is added with role name in the list and when the same role is changed
by adding the privileges in the Privileges section then the same row is
updated but incase of Default Privileges Tab (Table, Sequence and Functions
sub tabs) when the same above steps are followed then two rows are added, one
with role name and second with role name and the assigned privileges. One Row
must be added on Default Privileges Tab same as on Privileges Tab."

Fixes #335

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4559082affae56feb7c3e2db1a2db878630f95f7

Modified Files
--------------
pgadmin/ctl/ctlDefaultSecurityPanel.cpp | 44 +++++++++++++++++++++++++++++-
1 files changed, 42 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-08-30 16:22:15 [pgAdmin III] #337: Ctrl-C in edit broken under Windows
Previous Message pgAdmin Trac 2011-08-30 07:09:00 Re: [pgAdmin III] #335: Different Behavior on Privileges and Default Privileges Tab Pages of Properties Screen of Database and Schema on pgAdmin III