pgAdmin 4 commit: Resolved an issue related to no proper valid/invalid

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved an issue related to no proper valid/invalid
Date: 2016-03-15 13:38:09
Message-ID: E1afpAn-00010P-Hc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved an issue related to no proper valid/invalid event was
generated for the privilege control. Also, made changes in the
PrivilegeRoleModel, to allow to select a grantee only once for the
current user (as grantor), and omit them from other cell objects.

Valid/Invalid event was not properly triggered, whenever the child
attribute is a collection/model within a model (nested mode/collection
within model). This patch tried to take care of all such scenarios in
general.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4adea4dc2596fb495c4df8129745b87c35b062a6

Modified Files
--------------
.../server_groups/servers/static/js/privilege.js | 187 ++++++++++++++---
.../servers/templates/servers/servers.js | 9 +-
web/pgadmin/browser/static/js/datamodel.js | 233 ++++++++++-----------
3 files changed, 283 insertions(+), 146 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-15 14:17:18 pgAdmin 4 commit: As 'show_system_objects' has been implemented, I have
Previous Message Dave Page 2016-03-15 13:02:30 Re: [pgAdmin4][psycopg2] - poll function local variable reference error