pgAdmin 4 commit: Prompt the user to save dirty queries rather than dis

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Prompt the user to save dirty queries rather than dis
Date: 2017-07-04 22:39:17
Message-ID: E1dSWTV-0000go-4S@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prompt the user to save dirty queries rather than discard them for a more natural workflow. Fixes #1972

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76939e4f63f1da1820e80fa78f784bfe1887cd7a
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../xss_checks_panels_and_query_tool_test.py | 16 +---
.../sqleditor/templates/sqleditor/js/sqleditor.js | 98 ++++++++++++++++++----
web/regression/feature_utils/pgadmin_page.py | 2 +-
3 files changed, 82 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-04 22:41:05 Re: [RM1972][pgAdmin4] Improve query tool close workflow.
Previous Message Harshal Dhumal 2017-07-04 14:07:29 [RM1972][pgAdmin4] Improve query tool close workflow.