pgAdmin 4 commit: Fix a couple of issues with the unique-collection co - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix a couple of issues with the unique-collection co
Date
Msg-id E1aeJVZ-000708-TG@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: Fixed Textarea control template [pgAdmin4]
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Unique Collection Control and Variable Control Fixes