pgAdmin 4 commit: Fix Select2 issues. Fixes #1418. Fixes #1434

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix Select2 issues. Fixes #1418. Fixes #1434
Дата
Msg-id E1bKP08-0007TC-L2@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix Select2 issues. Fixes #1418. Fixes #1434

1. Select2 control fixed for multi-select mode.
2. Index constrains (primary and unique key) fixed column listing issue.
3. Table node "inherited from" (Select2 control) was not showing table name with public schema

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4077de21874d062b15331d6c652880a250623e03
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../templates/index_constraint/js/index_constraint.js      | 14 ++++++++++++++
.../tables/templates/table/sql/9.1_plus/properties.sql     |  4 ++--
.../tables/templates/table/sql/9.5_plus/properties.sql     |  4 ++--
web/pgadmin/static/js/backform.pgadmin.js                  |  6 +++++-
4 files changed, 23 insertions(+), 5 deletions(-)


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

Предыдущее
От: Harshal Dhumal
Дата:
Сообщение: patch for issue RM1418 and RM1434 [pgadmin4]
Следующее
От: Dave Page
Дата:
Сообщение: Re: patch for issue RM1418 and RM1434 [pgadmin4]