pgAdmin III commit: Fix two bugs in default security panel

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix two bugs in default security panel
Дата
Msg-id E1QyITX-0001Du-Ea@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #335: Different Behavior on Privileges and Default Privileges Tab Pages of Properties Screen of Database and Schema on pgAdmin III
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #337: Ctrl-C in edit broken under Windows