pgAdmin 4 commit: Changed the Unique Columns of the Variable Control ba

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Changed the Unique Columns of the Variable Control ba
Date: 2016-01-22 13:00:28
Message-ID: E1aMbKG-00010Y-BX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Changed the Unique Columns of the Variable Control based on the input
from the user.

i.e.
Set the uniqueCol as ['name', 'role'] in case of hasRole is set to true
in schema for it, ['name', ['database'] in case of hasDatabase is set to
true, otherwise ['name'].

Also - fixed a typo in the callback function headerDataChanged(..).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c421bef0d09b27dabbbfd5d6e669777e79b49695
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/static/js/variable.js | 31 +++++++++++++---------
1 file changed, 19 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-22 13:16:16 Re: Updated patches
Previous Message Ashesh Vashi 2016-01-22 12:38:53 pgAdmin 4 commit: Added two jinja2 template macro for support for privi