pgAdmin III commit: Fix the change of the superuser attribute - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the change of the superuser attribute
Date
Msg-id E1Tn4J6-0006DC-Vc@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the change of the superuser attribute

It was impossible to change the superuser attribute. When a user clicked on
the superuser checkbox to uncheck it, one dialog asked him to confirm.
Whatever his response was, the checkbox got checked again.

Report from Michal Kozusznik.

Branch
------
master

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

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


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the change of the superuser attribute
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Sort references by schema name and relation name