pgAdmin 4 commit: Ensure the pgAgent job start/end time grid fields syn

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the pgAgent job start/end time grid fields syn
Date: 2018-03-02 11:11:30
Message-ID: E1erib4-0005DI-IH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the pgAgent job start/end time grid fields synchronise with the subnode control and validate correctly. Fixes #3073

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=78e2ff4f562e7353cf5452ec4be965aecd6434aa
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/pgagent/schedules/static/js/pga_schedule.js | 8 +++++++-
.../server_groups/servers/pgagent/static/js/pga_job.js | 2 ++
.../servers/pgagent/steps/static/js/pga_jobstep.js | 11 +++++++++++
web/pgadmin/static/js/backform.pgadmin.js | 16 +++++++++++-----
4 files changed, 31 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-02 11:12:03 Re: [pgAdmin4][RM#3073] Allow user to schedule without End date from UI
Previous Message Murtuza Zabuawala 2018-03-02 11:05:26 [pgAdmin4][RM#3153] Fix the issue in Debugger module