pgAdmin 4 commit: Fixed an issue where clicking on the 'Generate script

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where clicking on the 'Generate script
Date: 2020-09-09 14:41:05
Message-ID: E1kG1HV-0005oq-Oi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where clicking on the 'Generate script' button shows a forever spinner due to pop up blocker. Fixes #5815

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d0310b669e0a01513c9e8996436df57697af7524
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 9 ++++++--
.../tools/datagrid/static/js/show_query_tool.js | 27 ++++++++++++----------
.../tools/schema_diff/static/js/schema_diff_ui.js | 4 ++--
4 files changed, 25 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-09 14:43:13 Re: [pgAdmin][RM5815] Generate script is not working in new window
Previous Message Devrim Gündüz 2020-09-09 14:09:26 Re: pgAgent build warnings on Fedora 32