pgAdmin 4 commit: Don't disable the save button when executing a query

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't disable the save button when executing a query
Date: 2016-09-14 10:22:57
Message-ID: E1bk7LF-00067J-P9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't disable the save button when executing a query in the query tool. Fixes #1695

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-09-14 10:23:09 Re: [pgAdmin4][Patch]: RM1674 - Reverse engineered SQL for functions with default values is incorrect
Previous Message Surinder Kumar 2016-09-14 10:19:46 Re: [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool