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
This commit is contained in:
Khushboo Vashi
2021-01-20 13:52:00 +05:30
committed by Akshay Joshi
parent b3ca172f3a
commit 9bee91b6f6
5 changed files with 30 additions and 16 deletions

View File

@@ -182,7 +182,7 @@ def dump_header():
print(textwrap.fill(
"pgAdmin 4 is built on C++, Python and Javascript, and is "
"dependent on various third party libraries. These are "
"automatically compiled from the system, requirements.txt."
"automatically compiled from the system, requirements.txt "
"and packages.json and listed below.",
width=79) + "\n")