pgAdmin 4 commit: Make the "Save Changes" prompts in the query tool opt

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the "Save Changes" prompts in the query tool opt
Date: 2017-11-23 09:21:03
Message-ID: E1eHngt-0008TO-Lt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make the "Save Changes" prompts in the query tool optional. Fixes #2845

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/datagrid/__init__.py | 10 +++++-
.../tools/datagrid/templates/datagrid/index.html | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 20 +++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 40 ++++++++++++----------
4 files changed, 52 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-23 09:21:12 Re: Fix for RM2845: Make "Save changes" prompt configurable
Previous Message Dave Page 2017-11-23 09:07:57 Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool