pgAdmin 4 commit: Fix various issues with pgAgent job steps and schedul

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix various issues with pgAgent job steps and schedul
Date: 2017-06-08 11:30:04
Message-ID: E1dIvdc-0000tl-KM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix various issues with pgAgent job steps and schedules:

1) Error on clicking SQL panel when Schedule OR Step node is selected in browser. Fixes #1888

2) Error while dropping Schedule OR Step node. Fixes #1889

3) Newly created Schedule/Step node was not displaying in browser. Fixes #1890

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/pgagent/__init__.py | 2 +-
.../servers/pgagent/schedules/__init__.py | 192 +++++++++++++++------
.../servers/pgagent/steps/__init__.py | 110 +++++++++---
.../steps/templates/pga_jobstep/js/pga_jobstep.js | 2 +-
4 files changed, 227 insertions(+), 79 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-08 11:30:12 Re: [pgAdmin4] To fix issues in pgAgent's modules
Previous Message Harshal Dhumal 2017-06-08 10:26:59 Re: Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]