pgAdmin 4 commit: Fix an issue where the save button was not getting en

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix an issue where the save button was not getting en
Дата
Msg-id E1bEyCF-0001LR-TK@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an issue where the save button was not getting enable when user revoke ADMIN option from Role privileges.
Issue: validation callback was missing in the control model.

Fixes #1302

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a84c356284f245bb790f2899c815770821428a5
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/roles/__init__.py         | 6 +++---
.../browser/server_groups/servers/roles/templates/role/js/role.js   | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Fix for issue RM1336 [pgadmin4]
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix the issue in role node (pgAdmin4)