pgAdmin 4 commit: Adding Numeric control support for Backform.

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Adding Numeric control support for Backform.
Дата
Msg-id E1aXp0e-0000t8-EV@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Adding Numeric control support for Backform.

This patch also includes an issue related to IntegerControl, which does
not emit any error message, when it has some issues.

In order to fix the issue, it will trigger 'pgadmin-session:invalid'
event, when the input value is not an valid integer.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8186e4584446f9dac8db57dda711eefef59277d6
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |   1 +
web/pgadmin/static/js/backform.pgadmin.js          | 105 ++++++++++++++++++++-
2 files changed, 105 insertions(+), 1 deletion(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: backform.pgadmin: fix for showing multiple errors for radio control [pgadmin4]
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4] Numeric Control for Backform