pgAdmin 4 commit: Fixes few UI issue with the backform controls.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes few UI issue with the backform controls.
Date: 2016-01-12 08:11:37
Message-ID: E1aIu3F-0006c2-Uj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes few UI issue with the backform controls.

1. NodeAjaxOtions needs to check 'version_compability' in field, and not
'ver_in_limit' variable. (Thanks Murtuza for pointing that out.)
2. Override the input control to catch the change properly in it.
3. Updated the UniqueCollectionControl and Variable Control to render
proper template in the header.

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/static/js/variable.js | 50 +++++++++++-----------
web/pgadmin/browser/static/js/node.ui.js | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 12 +++++-
3 files changed, 37 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-12 09:00:56 Re: PATCH: Select2 control fix [ pgAdmin4 ]
Previous Message Surinder Kumar 2016-01-12 07:45:31 Re: [pgAdmin4] [Patch]: Extension Module