[pgadmin-hackers] pgAdmin 4 commit: Fix various issues with pgAgent job steps andschedul - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix various issues with pgAgent job steps andschedul
Date
Msg-id E1dIvdc-0000tl-KM@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: [pgadmin-hackers] Re: Server side cursor limitations for ondemand loading of data in query tool [RM2137] [pgAdmin4]
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4] To fix issues in pgAgent's modules