pgAdmin 4 commit: 1) Fixed an issue where the incorrect values visible

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 incorrect values visible
Date: 2021-03-16 06:14:36
Message-ID: E1lM2yS-0008FT-6u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where the incorrect values visible in the dependents tab for publication. Fixes #6307
2) Ensure that the primary key should be visible properly in the table dialog. Fixes #6316

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_1.rst | 2 +
.../templates/subscriptions/sql/default/stats.sql | 17 +++--
.../templates/depends/pg/10_plus/dependents.sql | 79 ---------------------
.../templates/depends/ppas/10_plus/dependents.sql | 82 ----------------------
web/pgadmin/static/scss/_bootstrap.overrides.scss | 2 +-
5 files changed, 13 insertions(+), 169 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-03-16 06:15:04 Re: [pgAdmin][RM6307] - Incorrect values for dependents in pg10
Previous Message Pradip Parkale 2021-03-15 16:46:00 [pgAdmin][RM6307] - Incorrect values for dependents in pg10