pgAdmin 4 commit: Foreign Key fixes:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Foreign Key fixes:
Дата
Msg-id E1mT2Yv-0002Uy-Vz@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Foreign Key fixes:
1. Auto FK related fixes.
2. Properties tab not showing columns.
3. Toggle button is editable even if set to read-only.
4. Dropdown placeholder should be blank for read-only/disabled.
5. Input control help text color on a dark theme.

Fixes #6770

Branch
------
master

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

Modified Files
--------------
.../static/js/check_constraint.ui.js               |   2 +-
.../static/js/exclusion_constraint.ui.js           |   2 +-
.../foreign_key/static/js/foreign_key.ui.js        |  39 ++---
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |   1 -
web/pgadmin/static/js/Theme/dark.js                |   1 +
web/pgadmin/static/js/Theme/high_contrast.js       |   1 +
web/pgadmin/static/js/Theme/index.jsx              |   5 +
web/pgadmin/static/js/Theme/standard.js            |   1 +
.../static/js/components/FormComponents.jsx        |   4 +-
.../server_groups/servers/model_validation_spec.js | 162 ---------------------
.../schema_ui_files/check_constraint.ui.spec.js    |   1 -
.../exclusion_constraint.ui.spec.js                |   1 -
.../schema_ui_files/foreign_key.ui.spec.js         |   4 +-
13 files changed, 29 insertions(+), 195 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM6778] Properties panel not loaded for catalog tables
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed incorrect privileges value in Materialize View.