pgAdmin 4 commit: Fixed an issue where Datetimepicker control opens whe - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where Datetimepicker control opens whe
Date
Msg-id E1iLR3f-0008Cn-UB@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v4.14 released
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4850] Don't open Datetime Picker when clicked onfield's label