pgAdmin 4 commit: Fixed error on displaying table properties of a table - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed error on displaying table properties of a table
Date
Msg-id E1hQtc5-0003oR-Uk@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed error on displaying table properties of a table partitioned by list having a default partition. Fixes #4262

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab5f35da8d5242a74b42f1da28267ade27bd1b43
Author: Sander Eikelenboom <linux@eikelenboom.it>

Modified Files
--------------
docs/en_US/release_notes_4_7.rst                           |  3 ++-
.../servers/databases/schemas/tables/utils.py              | 14 ++++++++++----
2 files changed, 12 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4245] Elements does not highlight when they get focus (Accessibility)
Next
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Fix error on displaying table properties of a tablepartitioned by list having a default partition.