pgAdmin 4 commit: Fix length and precision enable/disable issue when ch

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix length and precision enable/disable issue when ch
Date: 2019-08-21 10:57:35
Message-ID: E1i0OJ5-0002iz-4k@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)patel(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-21 10:57:51 Re: [Patch]: RM-4644 - Length and Precision control for domain node
Previous Message Shubham Agarwal 2019-08-21 10:48:07 pgAdmin4 Feature Tests intermittent failures fix