pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v
Date: 2021-10-05 11:54:25
Message-ID: E1mXj1d-0001GI-7Y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-05 11:54:50 Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue
Previous Message Dave Page 2021-10-05 11:45:58 pgAdmin 4 commit: Ensure we have the latest version of libpq in the con