pgAdmin 4 commit: Resolve a number of issues with domains and domainco

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Resolve a number of issues with domains and domainco
Дата
Msg-id E1dSLUx-00085e-64@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Resolve a number of issues with domains and domain constraints. Fixes #2529

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66b101fe4c8a8c8d0d0c8f213033ccec7ae7853d
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../schemas/domains/domain_constraints/__init__.py |  29 ++--
.../static/js/domain_constraint.js                 | 146 ---------------------
.../static/js/domain_constraints.js                | 146 +++++++++++++++++++++
.../databases/schemas/domains/static/js/domain.js  |  10 +-
4 files changed, 159 insertions(+), 172 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Improve styling for alerts by highlighting the icon.