Обсуждение: pgAdmin 4 commit: 1) Fixed an issue where the Save button is enabled by

Поиск
Список
Период
Сортировка

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

От
Akshay Joshi
Дата:
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
anyvalue. 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.vashi@enterprisedb.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(-)