[pgAdmin][RM4101] No confirmation before window refresh in query tabs

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM4101] No confirmation before window refresh in query tabs
Date: 2019-04-17 10:28:13
Message-ID: CAM9w-_n7zRp9U0=h4C=-PaRswb1v70zt32-SCO0qtYnYSEeJmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to ask for confirmation before reload if query tool
or debugger is opened in a new tab.
I have also fixed a small issue where debugger is not opening in new tab.

The datagrid/close URL which is called when query tool is closed was called
with GET method, which is ethically incorrect. Made it to use DELETE
instead.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"

Attachment Content-Type Size
RM4101.patch application/octet-stream 5.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-04-17 15:57:40 pgAdmin 4 commit: Ensure sanity of the permissions on the storage and s
Previous Message Akshay Joshi 2019-04-16 07:35:34 Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes