pgAdmin 4 commit: Passing the version_compability information in the co - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Passing the version_compability information in the co
Date
Msg-id E1aIsUt-0002IB-M1@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Passing the version_compability information in the controls, and use
them in the custom controls.

This commit also includes the patch from Harshal regarding the broken
updateInvalidate(..) function.

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/static/js/variable.js    | 37 ++++++++++-----
web/pgadmin/browser/static/js/node.ui.js           |  3 +-
web/pgadmin/static/js/backform.pgadmin.js          | 53 ++++++++++++++--------
3 files changed, 61 insertions(+), 32 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: Patch for TypeError: this.field is undefined error
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Make the select2 control disabled (when required).