pgAdmin 4 commit: Fixed few issues with the backform custom controls.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed few issues with the backform custom controls.
Date: 2015-12-16 08:13:56
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed few issues with the backform custom controls.
- Fixed the server backend version check for any schema object.
- Fixed the switch control, it was not enable to toggle the values properly.
- Fixed the editableCell to work properly in the collection properties.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/backform.pgadmin.js | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-12-16 10:32:29 pgAdmin 4 commit: Do not show the properties in property windows, when
Previous Message Ashesh Vashi 2015-12-16 05:25:41 pgAdmin III commit: Added the missing preprocessor definition - LIBSSH2