pgAdmin 4 commit: Fix an issue where base types are not displaying in t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where base types are not displaying in t
Date: 2017-09-13 08:52:20
Message-ID: E1ds3PA-0002PB-Dw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where base types are not displaying in the create/edit domain dialog, also corrected the condition to show hidden system types. Fixes #2692

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5891bda06a21586fbdc9731ad0b0f9644a5dc8d5
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/domains/__init__.py | 3 ++-
.../browser/server_groups/servers/databases/schemas/utils.py | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-13 08:53:28 pgAdmin 4 commit: Fix an issue in User mapping module where users were
Previous Message Dave Page 2017-09-13 08:48:01 Re: [pgAdmin4][Patch]: Run MakeFile to generate builds in production mode