pgAdmin III commit: Fix the setting of "Can update catalog" checkbox

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the setting of "Can update catalog" checkbox
Дата
Msg-id 201010152222.o9FMMLiQ082942@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the setting of "Can update catalog" checkbox

It's more a UI fix than anything else. When a user clicks on the "Superuser"
checkbox on the User dialog, we didn't check the "Can update catalogs"
checkbox, so there was a query to create the user and another one to disable
its ability to change catalogs. This patch checks by default this checkbox.
The user can still uncheck it if he wants to.

Report from Kasia Tuszynska.

Fixes #257.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgRole.cpp |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #257: UI glitch with superuser /canupdatecatalogs
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #257: UI glitch with superuser /canupdatecatalogs