pgAdmin 4 commit: Fix an issue where a change to any field in server di

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where a change to any field in server di
Date: 2018-05-31 14:10:48
Message-ID: E1fOOHw-000777-0L@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where a change to any field in server dialog causes the 'tunnel_identity_file' model value to get included unnecessarily in the update request. Fixes #3389

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f877de6a1f24a65975492bc230d7f2039f16912f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/static/js/server.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-31 14:10:54 Re: [pgAdmin4][Patch#3389] To prevent unwanted model changes in Server dialog
Previous Message Dave Page 2018-05-31 14:07:34 Re: [pgAdmin4][Patch] RM #3277 Runtime startup error handling is broken on Windows