pgAdmin 4 commit: 1) Fixed an issue where the Save button is enabled by

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where the Save button is enabled by
Date: 2021-01-20 08:22:37
Message-ID: E1l28lB-0006d8-Ka@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where the Save button is enabled by default in Macro. Fixes #5905
2) Remove extra line after Manage Macros menu while clearing all macros. Fixes #5906
3) Ensure that 'Clear All Rows' should not work if there is no existing macro available and the user does not specify any value. Fixes #5907
4) Fixed an issue where the server is disconnected error message displayed if the user creates Macro with invalid SQL. Fixes #5929

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9bee91b6f6dc5688c13f8bedc88970995959a36d
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 4 ++++
tools/dependency_inventory.py | 2 +-
web/pgadmin/static/js/sqleditor/macro.js | 10 +++++---
web/pgadmin/static/js/sqleditor/macro_model.js | 28 ++++++++++++----------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 ++
5 files changed, 30 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-20 08:23:30 Re: [pgAdmin4][Patch] - Fixed various issues of the Macros
Previous Message Khushboo Vashi 2021-01-20 07:24:56 [pgAdmin4][Patch] - Fixed various issues of the Macros