pgAdmin 4 commit: Fix an issue in query tool where it was not able to h

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue in query tool where it was not able to h
Date: 2016-06-21 08:30:38
Message-ID: E1bFH4w-0007EO-2m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue in query tool where it was not able to handle special characters in editor title.

Fixes #1381

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a1f65e981fa86cad91e2895cbf49a1a9726d2f25
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/datagrid/__init__.py | 2 +-
web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-21 08:30:42 Re: PATCH: Unable to open Query tool (pgAdmin4)
Previous Message Dave Page 2016-06-21 08:25:39 Re: [pgAdmin4][Patch]: Improvements in Backup and Restore dialogs