pgAdmin 4 commit: Ensure that all the required options should be loaded

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 all the required options should be loaded
Date: 2021-07-29 06:19:47
Message-ID: E1m8zOV-00035a-4T@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that all the required options should be loaded when the Range data type
is selected while creating a custom data type.

Fixes #6643

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_6.rst | 1 +
.../databases/schemas/types/static/js/type.js | 55 ++++++++++++----------
.../types/pg/sql/default/additional_properties.sql | 7 ++-
3 files changed, 36 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-07-29 06:23:29 Re: [patch][pgAdmin] RM6643 When Data type 'Range' is selected while creating custom data type, required options are not loaded
Previous Message Rahul Shirsat 2021-07-28 13:50:48 [patch][pgAdmin] RM6643 When Data type 'Range' is selected while creating custom data type, required options are not loaded