pgAdmin 4 commit: Foreign key issues in edit mode:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Foreign key issues in edit mode:
Дата
Msg-id E1mXJaX-0005ri-Vr@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Foreign key issues in edit mode:
1. Couple of foreign key issues in edit mode. Fixes #6837
2. Table "Of type" related issues. Fixes #6825

Branch
------
master

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

Modified Files
--------------
.../check_constraint/static/js/check_constraint.ui.js    |  2 +-
.../static/js/exclusion_constraint.ui.js                 |  2 +-
.../constraints/foreign_key/static/js/foreign_key.ui.js  | 16 +++++++++-------
.../index_constraint/static/js/primary_key.ui.js         |  2 +-
.../index_constraint/static/js/unique_constraint.ui.js   |  2 +-
.../databases/schemas/tables/static/js/table.ui.js       |  7 ++++++-
.../javascript/schema_ui_files/foreign_key.ui.spec.js    |  4 ++--
.../javascript/schema_ui_files/table.ui.spec.js          | 10 ++++++++++
8 files changed, 31 insertions(+), 14 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Ensure that the user should be able to edit the publi
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM6837] Foreign key issues in edit mode