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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where the save button was not getting en
Date: 2016-06-20 12:20:55
Message-ID: E1bEyCF-0001LR-TK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-20 12:21:01 Re: PATCH: To fix the issue in role node (pgAdmin4)
Previous Message Dave Page 2016-06-20 12:05:55 Re: Fix for issue RM1336 [pgadmin4]