pgAdmin 4 commit: Ensure that both columns and partitions can be edited

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that both columns and partitions can be edited
Date: 2019-06-20 12:37:39
Message-ID: E1hdwJv-0006SY-Sz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that both columns and partitions can be edited at the same time in the table dialog. Fixes #4380

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c07e52b9de6ed53b9f43be7ab12092596e12ea05
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_9.rst | 3 +-
.../servers/databases/schemas/tables/utils.py | 44 +++++++++++-----------
2 files changed, 24 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-20 12:38:14 Re: [pgAdmin4][Patch] - RM 4380 - Table properties dialog - can not edit columns and partitions at the same time
Previous Message Dave Page 2019-06-20 12:26:08 pgAdmin 4 commit: Fix regression tests.