pgAdmin 4 commit: Fix an issue where the save button was not getting en - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix an issue where the save button was not getting en
Date
Msg-id E1bEyCF-0001LR-TK@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: Fix for issue RM1336 [pgadmin4]
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue in role node (pgAdmin4)