pgAdmin 4 commit: Fixed following issues for Type dialog:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following issues for Type dialog:
Date: 2021-09-20 07:42:50
Message-ID: E1mSDww-0002OV-Lk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed following issues for Type dialog:
1. Enum Type - Unable to delete rows for Enum type in Create Type dialogue.
2. Range Type - Loading icons are shown in different drop-down tabs.

Fixes #6744

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c142296f3ff69a466eb22a8849c3a6308a38a326
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/types/static/js/type.ui.js | 44 +++++++++++++++++-----
1 file changed, 35 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-20 07:43:19 Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue
Previous Message Akshay Joshi 2021-09-20 07:36:49 Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react