pgAdmin 4 commit: Fix dropping of pgAgent schedules through the Job pro

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix dropping of pgAgent schedules through the Job pro
Date: 2019-07-12 09:37:44
Message-ID: E1hlrzs-0002po-UV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix dropping of pgAgent schedules through the Job properties. Fixes #3996

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29fd83dc6c5ee5c00d1b1f89261b23195878a2cc
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../servers/pgagent/schedules/__init__.py | 26 ++++++----
.../pgagent/schedules/static/js/pga_schedule.js | 1 +
.../servers/pgagent/steps/__init__.py | 26 ++++++----
.../servers/pgagent/steps/static/js/pga_jobstep.js | 1 +
.../pgagent/tests/test_pgagent_delete_multiple.py | 47 ++++++++++++++++++
.../tests_pgagent_delete_multiple_schedules.py | 56 ++++++++++++++++++++++
.../tests/tests_pgagent_delete_multiple_steps.py | 54 +++++++++++++++++++++
8 files changed, 194 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2019-07-12 09:46:09 [pgAdmin4][Patch] : RE-SQL tests for Collation node
Previous Message Dave Page 2019-07-12 09:20:02 Re: [GSoC] Finalized First Patch