pgAdmin 4 commit: Misc fixes for the pgAgent module:

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Misc fixes for the pgAgent module:
Дата
Msg-id E1eMQLH-0001qj-1L@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.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(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update EXPLAIN icons. Fixes #2936
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: To fix issues in pgAgent module