pgAdmin 4 commit: Cleanup and fix handling of Query Tool Cancel button

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Cleanup and fix handling of Query Tool Cancel button
Date: 2018-07-02 14:43:39
Message-ID: E1fa03H-0003Rh-VD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Cleanup and fix handling of Query Tool Cancel button status. Fixes #3319

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 1 +
web/pgadmin/static/js/sqleditor/execute_query.js | 2 -
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 12 +-
.../javascript/sqleditor/execute_query_spec.js | 121 ---------------------
4 files changed, 7 insertions(+), 129 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-02 14:52:19 pgAdmin 4 commit: Fix restoring of restore options for sections. Fixes
Previous Message Dave Page 2018-07-02 14:37:11 Re: [pgAdmin4][RM#3319] Fix the cancel query button glitch in query tool