pgAdmin 4 commit: Fixed an issue where Datetimepicker control opens whe

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where Datetimepicker control opens whe
Дата
Msg-id E1iLR3f-0008Cn-UB@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where Datetimepicker control opens when clicking on the label.

Change the click event to 'click .input-group'.

Fixes #4850

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=687fe617ccbebf35826c22f978a07d598257c373
Author: Nagesh Dhope <nagesh.dhope@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst              |  1 +
docs/en_US/release_notes_4_15.rst         | 20 ++++++++++++++++++++
web/pgadmin/static/js/backform.pgadmin.js |  2 +-
3 files changed, 22 insertions(+), 1 deletion(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 v4.14 released
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4850] Don't open Datetime Picker when clicked onfield's label