From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Misc fixes for the pgAgent module: |
Date: | 2017-12-06 03:25:51 |
Message-ID: | E1eMQLH-0001qj-1L@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Misc fixes for the pgAgent module:
1) User was allowed to enter start date ahead of end date while scheduling a job. Fixes #2921
2) Datetime picker was not displaying in the grid (sub-node collection control). Fixes #1749
3) Fixed UI issue where validation error was not displaying properly for Datetime control.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5718b9d56dee55398a3ae766215399e5915649e
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../pgagent/schedules/static/js/pga_schedule.js | 26 +++++++++++++++++++---
web/pgadmin/static/js/backform.pgadmin.js | 10 +++++++++
web/pgadmin/static/scss/_backform.overrides.scss | 7 ++++++
3 files changed, 40 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-12-06 03:25:58 | Re: [pgAdmin4][Patch]: To fix issues in pgAgent module |
Previous Message | Dave Page | 2017-12-06 02:45:16 | pgAdmin 4 commit: Update EXPLAIN icons. Fixes #2936 |