pgAdmin 4 commit: Fix a couple of issues with the unique-collection co

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix a couple of issues with the unique-collection co
Date: 2016-03-11 09:37:21
Message-ID: E1aeJVZ-000708-TG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a couple of issues with the unique-collection control:

- Pass the data to evaluation functions like canEdit, canAdd
- Properly honour the canAdd option.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2f334673a3db951a28b91c4bb2917f5944d4473c
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/static/js/variable.js | 35 ++++++++++++----------
web/pgadmin/static/js/backform.pgadmin.js | 18 ++++++-----
2 files changed, 30 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-11 09:37:27 Re: [pgAdmin4][Patch]: Unique Collection Control and Variable Control Fixes
Previous Message Khushboo Vashi 2016-03-11 09:34:55 [pgAdmin4][Patch]: Functions/Procedures Module