pgAdmin 4 commit: Ensure that Partitioned tables should be visible corr

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that Partitioned tables should be visible corr
Date: 2022-01-12 10:59:36
Message-ID: E1n7bLs-0003hH-Ai@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that Partitioned tables should be visible correctly when creating multiple partition levels. Fixes #7085

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2457f2a1d2cdb5ca253c5989405472c3b75f2ca
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
.../servers/databases/schemas/tables/partitions/__init__.py | 12 ++++++++++++
web/pgadmin/static/js/tree/tree_nodes.ts | 1 +
3 files changed, 14 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-12 11:03:55 Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level
Previous Message Akshay Joshi 2022-01-12 09:23:40 pgAdmin 4 commit: Fixed following SonarQube code smells: