pgAdmin 4 commit: 1) Fixed an issue where the user is unable to create

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where the user is unable to create
Date: 2021-03-01 06:39:04
Message-ID: E1lGcCu-0007LW-BV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where the user is unable to create a subscription if the host/IP address for connection is 127.0.0.1. Fixes #6253
2) Ensure that proper error message should be shown on the properties and statistics tab in case of insufficient privileges for a subscription. Fixes #6259
3) Fixed an issue where the 'Create Slot' option is disabled in case of the same IP/host provided but the port is different. Fixes #6260

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4267207c7fbd08e233bf02ab63c8aec0a7e095b4
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/subscription_with.png | Bin 146895 -> 135266 bytes
docs/en_US/release_notes_5_1.rst | 5 ++++-
.../browser/server_groups/servers/__init__.py | 1 +
.../servers/databases/subscriptions/__init__.py | 11 +++--------
.../subscriptions/static/js/subscription.js | 13 ++++++++++---
.../templates/subscriptions/sql/default/stats.sql | 5 ++++-
web/pgadmin/browser/static/js/collection.js | 3 ++-
7 files changed, 24 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-03-01 06:39:25 Re: [pgAdmin]: Logical replication issues.
Previous Message huangj.fnst@fujitsu.com 2021-03-01 00:58:54 Fix a bug of schema diff when comparing triggers with different when clauses