mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
b3ca172f3a
commit
9bee91b6f6
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user