pgAdmin 4 commit: Ensure steps and schedules can be created in empty jo

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure steps and schedules can be created in empty jo
Date: 2016-10-21 15:00:26
Message-ID: E1bxbJ4-000769-Kh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure steps and schedules can be created in empty jobs. Fixes #1878

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef0d26c29459ef9bd168e249d4578f325e8403f2

Modified Files
--------------
.../servers/pgagent/schedules/__init__.py | 68 +++++++++++++++-------
.../templates/pga_schedule/js/pga_schedule.js | 2 +-
.../servers/pgagent/steps/__init__.py | 29 ++++-----
.../pgagent/templates/macros/pga_schedule.macros | 2 +-
.../templates/pga_schedule/sql/pre3.4/create.sql | 8 ---
5 files changed, 66 insertions(+), 43 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-21 15:00:48 Re: Patch for pgagent RM1878 [pgAgent]
Previous Message Surinder Kumar 2016-10-21 14:55:29 Re: [pgAdmin4][Patch]: Select2 control destroy issue [Minor fix]