pgAdmin 4 commit: Fixes few UI issue with the backform controls. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes few UI issue with the backform controls.
Date
Msg-id E1aIu3F-0006c2-Uj@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4] [Patch]: Extension Module
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Select2 control fix [ pgAdmin4 ]