pgAdmin 4 commit: Fix console error when changing kind(SQL/BATCH) for p

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix console error when changing kind(SQL/BATCH) for p
Date: 2019-08-08 13:13:48
Message-ID: E1hviEm-00046n-G1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix console error when changing kind(SQL/BATCH) for pgAgent job step. Fixes #4582

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1281f5cd6cd5c6631c6e26bf1f04e78f25f2e975
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst | 3 ++-
.../servers/pgagent/steps/static/js/pga_jobstep.js | 18 ++++--------------
web/pgadmin/static/scss/_backgrid.overrides.scss | 4 ++++
3 files changed, 10 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-08 13:14:13 Re: [pgAdmin][RM4582] pgAgent - In create job step changing "kind" (SQL/Batch) throws console error
Previous Message Akshay Joshi 2019-08-08 11:30:01 pgAdmin 4 commit: 1) Add support of Compound Triggers for EPAS 12+. Fix