pgAdmin 4 commit: Fixed 'Save' button issue where dialog is not getting

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed 'Save' button issue where dialog is not getting
Date: 2021-09-28 09:36:28
Message-ID: E1mV9XI-00042F-4y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed 'Save' button issue where dialog is not getting closed.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/js/tree/tree.js | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2021-09-28 09:36:38 [pgAdmin4][Patch]: Fixed Tree Item add error
Previous Message Nikhil Mohite 2021-09-28 09:35:15 Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'