pgAdmin 4 commit: Fixed an issue where unable to change the column prop

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where unable to change the column prop
Date: 2021-09-22 13:45:26
Message-ID: E1mT2Yw-0002V0-0E@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where unable to change the column properties from edit dialog. Fixes #6766

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a1aa0809563bfb46f1dfe8ab143f79adeec5345a
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/columns/static/js/column.ui.js | 20 ++++++++++----------
web/pgadmin/static/js/components/FormComponents.jsx | 2 +-
.../javascript/schema_ui_files/column.ui.spec.js | 4 ++--
3 files changed, 13 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-22 13:45:48 Re: [pgAdmin][RM6778] Properties panel not loaded for catalog tables
Previous Message Akshay Joshi 2021-09-22 13:45:25 pgAdmin 4 commit: Foreign Key fixes: