pgAdmin 4 commit: Fix length and precision enable/disable issue when ch - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix length and precision enable/disable issue when ch
Date
Msg-id E1i0OJ5-0002iz-4k@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix length and precision enable/disable issue when changing the data type for Domain node. Fixes #4644.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dc64ce331a731115ad7722eb878c9528af1af930
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                        |  3 ++-
.../databases/schemas/domains/static/js/domain.js        | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Shubham Agarwal
Date:
Subject: pgAdmin4 Feature Tests intermittent failures fix
Next
From: Akshay Joshi
Date:
Subject: Re: [Patch]: RM-4644 - Length and Precision control for domain node