pgAdmin 4 commit: 1) Make default values column read-only for inherited - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Make default values column read-only for inherited
Date
Msg-id E1mSeDn-00032J-La@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Make default values column read-only for inherited columns when creating table.
2) Default values not populated for inherited columns. The existing issue, API changed.
3) Options are not populated for Name in Column > Variable tab.
4) The empty check error message is changed from Label cannot be empty to Label in Collection cannot be empty for
collections.

Fixes #6763

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08009f8edcef160e9c4ebb4a5e621ca714171cbc
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/tables/columns/static/js/column.ui.js | 13 +++++++++++--
.../templates/tables/sql/10_plus/get_columns_for_table.sql  |  5 ++++-
.../templates/tables/sql/default/get_columns_for_table.sql  |  3 +++
web/pgadmin/browser/static/js/browser.js                    |  2 +-
web/pgadmin/static/js/SchemaView/index.jsx                  | 13 ++++++++++---
5 files changed, 29 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6763] Default values are not populated in case of inherited table.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6763] Default values are not populated in case of inherited table.