pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v
Date
Msg-id E1mXj1d-0001GI-7Y@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) 'Only Table' should be disabled unless the table value is changed. Fixes #6862.
2) 'ALTER' statement should not be generated every time a user updates the password in edit mode. Fixes #6835
3) Connection timeout and sslmode value is getting updated after subscription update. Fixes #6835.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bbc811aedd5cf9df822e8d33a8aecfcb80e65e2
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.../servers/databases/publications/static/js/publication.ui.js        | 4 +++-
.../browser/server_groups/servers/databases/subscriptions/__init__.py | 2 +-
.../servers/databases/subscriptions/static/js/subscription.ui.js      | 2 +-
.../subscriptions/templates/subscriptions/sql/default/update.sql      | 4 ++--
4 files changed, 7 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure we have the latest version of libpq in the con
Next
From: Akshay Joshi
Date:
Subject: Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue