pgAdmin 4 commit: Correct the logic to set the SUPPORT_SSH_TUNNEL flag

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Correct the logic to set the SUPPORT_SSH_TUNNEL flag
Date: 2018-05-18 05:56:19
Message-ID: E1fJYNH-0007bk-4V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Correct the logic to set the SUPPORT_SSH_TUNNEL flag, if the flag is set the False in local config file, then we should not override it.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb0c322ccf80ab9a3ff322af13e1f59e9baa8a82

Modified Files
--------------
web/config.py | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-05-18 05:57:39 Build failed in Jenkins: pgadmin4-master-python26 #752
Previous Message Akshay Joshi 2018-05-17 11:48:08 pgAdmin 4 commit: Fixed issue where 'Identity file' control of SSH Tunn